Skip to content

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rabitt committed Oct 13, 2017
1 parent 4fcc85e commit df082fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/namespaces/pitch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ and a pitch class ``pitch`` as an integer scale degree. The ``confidence`` fiel

pitch_hz
~~~~~~~~
..warning:: Deprecated
.. warning:: Deprecated, use ``pitch_contour``.

Pitch measurements in Hertz (Hz). Pitch (a subjective sensation) is represented
as fundamental frequency (a physical quantity), a.k.a. "f0".

Expand Down Expand Up @@ -170,7 +171,8 @@ estimation. The ``confidence`` field is unconstrained.

pitch_midi
~~~~~~~~~~
..warning:: Deprecated
.. warning:: Deprecated, use ``note_midi`` or ``pitch_contour``.

Pitch measurements in (fractional) MIDI note number notation.

===== ======== ====== ==========
Expand Down

0 comments on commit df082fe

Please sign in to comment.