26. tenv
tenv
is a triggerable envelope generator (with linear
slope). It expects a trigger signal as input in
, with
atk
, hold
, and rel
being the attack, hold and release
times, in units of seconds.
<<ugens-top>>=
(define (tenv in atk hold rel)
(param in)
(param atk)
(param hold)
(param rel)
(rvl "tenv"))
prev | home | next