We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a711183 commit 9c250cbCopy full SHA for 9c250cb
src/processing/sound/Env.java
@@ -23,7 +23,7 @@ public Env(PApplet parent) {
23
* @param input Input sound source
24
* @param attackTime Attack time value as a float.
25
* @param sustainTime Sustain time value as a float.
26
- * @param sustain Sustain level value as a float.
+ * @param sustain Sustain level value as a float. (as fraction of the input amplitude)
27
* @param releaseTime Release time value as a float.
28
**/
29
public void play(SoundObject input, float attackTime, float sustainTime, float sustainLevel, float releaseTime) {
0 commit comments