Skip to content

Commit 61c6d98

Browse files
committed
Merge branch 'main' of https://github.com/processing/p5.js-sound into Abhijay007-Tests/gain-update
2 parents 344968e + 62226f2 commit 61c6d98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/audioVoice.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class AudioVoice {
2323

2424
amp(vol, rampTime) {}
2525

26+
setADSR(attack, decay, sustain, release) {}
27+
2628
/**
2729
* Connect to p5 objects or Web Audio Nodes
2830
* @method connect

0 commit comments

Comments
 (0)