Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/content/reference/en/p5.Envelope/play.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-
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>
line: 5078
isConstructor: false
Expand Down
2 changes: 1 addition & 1 deletion src/content/reference/en/p5.Envelope/triggerAttack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |
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>.</p>
line: 5148
isConstructor: false
Expand Down
4 changes: 2 additions & 2 deletions src/content/reference/en/p5.sound/p5.Envelope.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ methods:
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>
path: p5.Envelope/play
triggerAttack:
Expand All @@ -116,7 +116,7 @@ methods:
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>.</p>
path: p5.Envelope/triggerAttack
triggerRelease:
Expand Down