Skip to content

Fix broken webplatform.org links for AudioParam #808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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