File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ class Envelope {
400
400
* If the input is a p5.sound object (i.e. AudioIn, Oscillator,
401
401
* SoundFile), then Envelope will control its output volume.
402
402
* Envelopes can also be used to control any <a href="
403
- * http ://docs.webplatform.org/wiki/apis/webaudio/ AudioParam">
403
+ * https ://webaudio.github.io/web-audio-api/# AudioParam">
404
404
* Web Audio Audio Param.</a></p>
405
405
*
406
406
* @method play
@@ -470,7 +470,7 @@ class Envelope {
470
470
* Similar to holding down a key on a piano, but it will
471
471
* hold the sustain level until you let go. Input can be
472
472
* any p5.sound object, or a <a href="
473
- * http ://docs.webplatform.org/wiki/apis/webaudio/ AudioParam">
473
+ * https ://webaudio.github.io/web-audio-api/# AudioParam">
474
474
* Web Audio Param</a>.
475
475
*
476
476
* @method triggerAttack
You can’t perform that action at this time.
0 commit comments