Skip to content

Commit e281f59

Browse files
authored
Merge pull request #262 from JunShern/patch-1
MonoSynth inline docs: remove loadPreset()
2 parents 052ec4f + 154cf8b commit e281f59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/monosynth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ define(function (require) {
1919
*
2020
* function setup() {
2121
* monosynth = new p5.MonoSynth();
22-
* monosynth.loadPreset('simpleBass');
2322
* monosynth.play(45,1,x=0,1);
2423
* monosynth.play(49,1,x+=1,0.25);
2524
* monosynth.play(50,1,x+=0.25,0.25);

0 commit comments

Comments
 (0)