synthio: remove "1-octave" caveat, is false now

This commit is contained in:
Jeff Epler 2023-05-22 21:52:57 -05:00
parent 5b4d621fd2
commit 1b174f8b3d
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ MP_PROPERTY_GETSET(synthio_note_amplitude_obj,
//| //|
//| A depth of 0 plays the programmed frequency. A depth of 1 corresponds to a bend of 1 //| 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.833 corresponds to a bend of 1 semitone,
//| and a depth of .00833 corresponds to one musical cent. Values of ±1 octave are supported. //| and a depth of .00833 corresponds to one musical cent.
//| //|
//| To achieve a vibrato or sweep effect, attach an LFO here. //| To achieve a vibrato or sweep effect, attach an LFO here.
//| """ //| """
@ -248,7 +248,7 @@ MP_PROPERTY_GETSET(synthio_note_ring_frequency_obj,
//| //|
//| A depth of 0 plays the programmed frequency. A depth of 1 corresponds to a bend of 1 //| 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.833 corresponds to a bend of 1 semitone,
//| and a depth of .00833 corresponds to one musical cent. Values of ±1 octave are supported. //| 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. //| To achieve a vibrato or sweep effect on the ring waveform, attach an LFO here.
//| """ //| """