final case classLag2(rate: MaybeRate, in: GE, time: GE = 0.1f) extends SingleOut with Product with Serializable
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.
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.input signal.
60 dB lag time in seconds.
Lag3
Lag2UD
Lag