We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd8670 commit 132fac5Copy full SHA for 132fac5
src/soundfile.js
@@ -885,13 +885,12 @@ class SoundFile {
885
return this.playbackRate;
886
}
887
888
- // TO DO: document this
889
/**
890
- * Pitch rate of a sound file can be changed by providing a MIDI note number.
+ * Pitch of a sound file can be changed by providing a MIDI note number.
891
* It will change the pitch and also the speed.
892
* If the input note is 60 (middle C), then frequency and speed is normal.
893
* If we increase the note input, then frequency and speed increases,
894
- * and If we decrease the note input, then frequency and speed decreases.
+ * and if we decrease the note input, then frequency and speed decreases.
895
*
896
* @method setPitch
897
* @for p5.SoundFile
0 commit comments