2 summary:: Exponential lag
3 related:: Classes/Lag, Classes/Lag3, Classes/Ramp, Classes/Lag2UD
4 categories:: UGens>Filters>Linear
9 Lag2 is equivalent to code:: Lag.kr(Lag.kr(in, time), time) ::, thus resulting in a
10 smoother transition. This saves on CPU as you only have to calculate the
11 decay factor once instead of twice. See link::Classes/Lag:: for more
26 60 dB lag time in seconds.
31 Output will be multiplied by this value.
36 This value will be added to the output.
45 SinOsc.ar( // sine wave
46 Lag2.kr( // lag the modulator
47 LFPulse.kr(4, 0, 0.5, 50, 400), // frequency modulator
48 Line.kr(0, 1, 15) // modulate lag time