A cascaded exponential lag UGen. Lag3.kr(in, time) is equivalent to
Lag.kr(Lag.kr(Lag.kr(Lag.kr(in, time), time), time) , thus resulting in a
smoother transition. This saves on CPU as you only have to calculate the decay
factor once instead of three times.
A cascaded exponential lag UGen.
Lag3.kr(in, time)
is equivalent toLag.kr(Lag.kr(Lag.kr(Lag.kr(in, time), time), time)
, thus resulting in a smoother transition. This saves on CPU as you only have to calculate the decay factor once instead of three times.Lag2
Lag3UD
Lag