Skip to content

Commit 9c250cb

Browse files
authored
Updated javadoc comment to represent changes
1 parent a711183 commit 9c250cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/sound/Env.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public Env(PApplet parent) {
2323
* @param input Input sound source
2424
* @param attackTime Attack time value as a float.
2525
* @param sustainTime Sustain time value as a float.
26-
* @param sustain Sustain level value as a float.
26+
* @param sustain Sustain level value as a float. (as fraction of the input amplitude)
2727
* @param releaseTime Release time value as a float.
2828
**/
2929
public void play(SoundObject input, float attackTime, float sustainTime, float sustainLevel, float releaseTime) {

0 commit comments

Comments
 (0)