final case classLag(rate: MaybeRate, in: GE, time: GE = 0.1f) extends SingleOut with Product with Serializable
An exponential lag UGen. This is essentially the same as OnePole except that
instead of supplying the coefficient directly, it is calculated from a 60 dB lag
time. This is the time required for the filter to converge to within 0.01 % of a
value. This is useful for smoothing out control signals.
An exponential lag UGen. This is essentially the same as
OnePole
except that instead of supplying the coefficient directly, it is calculated from a 60 dB lag time. This is the time required for the filter to converge to within 0.01 % of a value. This is useful for smoothing out control signals.input signal.
60 dB lag time in seconds.
Ramp
Lag2
LagUD
OnePole