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.
2 parents b1ab598 + 7927e0f commit b1cc2abCopy full SHA for b1cc2ab
src/oscillator.js
@@ -52,7 +52,7 @@ define(function (require) {
52
* function mouseClicked() {
53
* if (mouseX > 0 && mouseX < width && mouseY < height && mouseY > 0) {
54
* if (!playing) {
55
- * // ramp amplitude to 0.5 over 0.1 seconds
+ * // ramp amplitude to 0.5 over 0.05 seconds
56
* osc.amp(0.5, 0.05);
57
* playing = true;
58
* backgroundColor = color(0,255,255);
0 commit comments