File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ MP_PROPERTY_GETSET(synthio_note_amplitude_obj,
167
167
//| """The pitch bend depth of the note, from -12 to +12
168
168
//|
169
169
//| 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,
171
171
//| and a depth of .00833 corresponds to one musical cent.
172
172
//|
173
173
//| To achieve a vibrato or sweep effect, attach an LFO here.
@@ -250,7 +250,7 @@ MP_PROPERTY_GETSET(synthio_note_ring_frequency_obj,
250
250
//| """The pitch bend depth of the note's ring waveform, from -12 to +12
251
251
//|
252
252
//| 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,
254
254
//| and a depth of .00833 corresponds to one musical cent.
255
255
//|
256
256
//| 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