Apply suggestions from code review

Co-authored-by: Dan Halbert <halbert@adafruit.com>
This commit is contained in:
Jeff Epler 2023-05-23 08:57:16 -05:00 committed by GitHub
parent 122e00bdb3
commit 2b42783301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ MP_PROPERTY_GETSET(synthio_note_amplitude_obj,
//| """The pitch bend depth of the note, from -12 to +12
//|
//| A depth of 0 plays the programmed frequency. A depth of 1 corresponds to a bend of 1
//| octave. A depth of (1/12) = 0.833 corresponds to a bend of 1 semitone,
//| octave. A depth of (1/12) = 0.0833 corresponds to a bend of 1 semitone,
//| and a depth of .00833 corresponds to one musical cent.
//|
//| To achieve a vibrato or sweep effect, attach an LFO here.
@ -250,7 +250,7 @@ MP_PROPERTY_GETSET(synthio_note_ring_frequency_obj,
//| """The pitch bend depth of the note's ring waveform, from -12 to +12
//|
//| A depth of 0 plays the programmed frequency. A depth of 1 corresponds to a bend of 1
//| octave. A depth of (1/12) = 0.833 corresponds to a bend of 1 semitone,
//| octave. A depth of (1/12) = 0.0833 corresponds to a bend of 1 semitone,
//| and a depth of .00833 corresponds to one musical cent.
//|
//| To achieve a vibrato or sweep effect on the ring waveform, attach an LFO here.