Skip to content

Commit 2b42783

Browse files
jeplerdhalbert
andauthored
Apply suggestions from code review
Co-authored-by: Dan Halbert <[email protected]>
1 parent 122e00b commit 2b42783

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
@@ -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.

0 commit comments

Comments
 (0)