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 {
400400 * If the input is a p5.sound object (i.e. AudioIn, Oscillator,
401401 * SoundFile), then Envelope will control its output volume.
402402 * 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">
404404 * Web Audio Audio Param.</a></p>
405405 *
406406 * @method play
@@ -470,7 +470,7 @@ class Envelope {
470470 * Similar to holding down a key on a piano, but it will
471471 * hold the sustain level until you let go. Input can be
472472 * 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">
474474 * Web Audio Param</a>.
475475 *
476476 * @method triggerAttack
You can’t perform that action at this time.
0 commit comments