File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ MP_PROPERTY_GETSET(synthio_note_amplitude_obj,
167167//| """The pitch bend depth of the note, from -12 to +12
168168//|
169169//| A depth of 0 plays the programmed frequency. A depth of 1 corresponds to a bend of 1
170- //| octave. A depth of (1/12) = 0.833 corresponds to a bend of 1 semitone,
170+ //| octave. A depth of (1/12) = 0.0833 corresponds to a bend of 1 semitone,
171171//| and a depth of .00833 corresponds to one musical cent.
172172//|
173173//| To achieve a vibrato or sweep effect, attach an LFO here.
@@ -250,7 +250,7 @@ MP_PROPERTY_GETSET(synthio_note_ring_frequency_obj,
250250//| """The pitch bend depth of the note's ring waveform, from -12 to +12
251251//|
252252//| A depth of 0 plays the programmed frequency. A depth of 1 corresponds to a bend of 1
253- //| octave. A depth of (1/12) = 0.833 corresponds to a bend of 1 semitone,
253+ //| octave. A depth of (1/12) = 0.0833 corresponds to a bend of 1 semitone,
254254//| and a depth of .00833 corresponds to one musical cent.
255255//|
256256//| To achieve a vibrato or sweep effect on the ring waveform, attach an LFO here.
You can’t perform that action at this time.
0 commit comments