File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,15 @@ class to easily represent musical tones. The class can be constructed in a
5353
5454 Several attributes are provided to permit conversion to any of the
5555 supported construction formats: :attr:`frequency`, :attr:`midi`, and
56- :attr:`note`.
56+ :attr:`note`. Methods are provided to step :meth:`up` or :meth:`down` to
57+ adjacent MIDI notes.
58+
59+ .. warning::
60+
61+ Currently :class:`Tone` derives from :class:`float` and can be used as
62+ a floating point number in most circumstances (addition, subtraction,
63+ etc). This part of the API is not yet considered "stable"; i.e. we may
64+ decide to enhance / change this behaviour in future versions.
5765
5866 .. _Hz: https://en.wikipedia.org/wiki/Hertz
5967 .. _concert A: https://en.wikipedia.org/wiki/Concert_pitch
You can’t perform that action at this time.
0 commit comments