« Return to Thread: Paul Lansky pulls the plug

Env helpfile error

by J. van Dijk :: Rate this Message:

Reply to Author | View in Thread

There's an error in the Env helpfile.
Env.asr doesn't have a peaklevel:

*asr { arg attackTime=0.01, sustainLevel=1.0, releaseTime=1.0, curve = -4.0;
^this.new(
[0, sustainLevel, 0],
[attackTime, releaseTime], 
curve,
1
)
}

Jorn

 « Return to Thread: Paul Lansky pulls the plug