de.sciss.synth.ugen
A cascaded exponential lag UGen. Lag2.kr(in, time) is equivalent to Lag.kr(Lag.kr(in, time), time) , thus resulting in a smoother transition. This saves on CPU as you only have to calculate the decay factor once instead of twice.
Lag2.kr(in, time)
Lag.kr(Lag.kr(in, time), time)
Lag3
Lag2UD
Lag
input signal.
60 dB lag time in seconds.
A cascaded exponential lag UGen.
Lag2.kr(in, time)
is equivalent toLag.kr(Lag.kr(in, time), time)
, thus resulting in a smoother transition. This saves on CPU as you only have to calculate the decay factor once instead of twice.Lag3
Lag2UD
Lag