Skip to content

Commit 1b174f8

Browse files
committed
synthio: remove "1-octave" caveat, is false now
1 parent 5b4d621 commit 1b174f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/synthio/Note.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ MP_PROPERTY_GETSET(synthio_note_amplitude_obj,
165165
//|
166166
//| A depth of 0 plays the programmed frequency. A depth of 1 corresponds to a bend of 1
167167
//| octave. A depth of (1/12) = 0.833 corresponds to a bend of 1 semitone,
168-
//| and a depth of .00833 corresponds to one musical cent. Values of ±1 octave are supported.
168+
//| and a depth of .00833 corresponds to one musical cent.
169169
//|
170170
//| To achieve a vibrato or sweep effect, attach an LFO here.
171171
//| """
@@ -248,7 +248,7 @@ MP_PROPERTY_GETSET(synthio_note_ring_frequency_obj,
248248
//|
249249
//| A depth of 0 plays the programmed frequency. A depth of 1 corresponds to a bend of 1
250250
//| octave. A depth of (1/12) = 0.833 corresponds to a bend of 1 semitone,
251-
//| and a depth of .00833 corresponds to one musical cent. Values of ±1 octave are supported.
251+
//| and a depth of .00833 corresponds to one musical cent.
252252
//|
253253
//| To achieve a vibrato or sweep effect on the ring waveform, attach an LFO here.
254254
//| """

0 commit comments

Comments
 (0)