From 186ac42076e85bc9b692ecc08855899114ed74c8 Mon Sep 17 00:00:00 2001 From: Mike Dillon Date: Thu, 21 Aug 2025 23:28:38 -0700 Subject: [PATCH] Fix broken webplatform.org links for AudioParam --- src/envelope.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/envelope.js b/src/envelope.js index 52d5504c..9175d787 100644 --- a/src/envelope.js +++ b/src/envelope.js @@ -400,7 +400,7 @@ class Envelope { * If the input is a p5.sound object (i.e. AudioIn, Oscillator, * SoundFile), then Envelope will control its output volume. * Envelopes can also be used to control any + * https://webaudio.github.io/web-audio-api/#AudioParam"> * Web Audio Audio Param.

* * @method play @@ -470,7 +470,7 @@ class Envelope { * Similar to holding down a key on a piano, but it will * hold the sustain level until you let go. Input can be * any p5.sound object, or a + * https://webaudio.github.io/web-audio-api/#AudioParam"> * Web Audio Param. * * @method triggerAttack