Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/envelope.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="
* http://docs.webplatform.org/wiki/apis/webaudio/AudioParam">
* https://webaudio.github.io/web-audio-api/#AudioParam">
* Web Audio Audio Param.</a></p>
*
* @method play
Expand Down Expand Up @@ -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 <a href="
* http://docs.webplatform.org/wiki/apis/webaudio/AudioParam">
* https://webaudio.github.io/web-audio-api/#AudioParam">
* Web Audio Param</a>.
*
* @method triggerAttack
Expand Down