Effect.ADSR
ADSR (Attack/Decay/Sustain/Release) envelopes.
val make : int -> (float * float * float * float) -> t
Create an envelope with specified Attack/Decay/Sustain/Release times in seconds (excepting sustain which is an amplification coefficient between 0.
and 1.
). Negative sustain means that that notes should be released just after decay.
val init : unit -> state
Initial state for processing.
val dead : state -> bool