2 summary:: Exponential lag
3 related:: Classes/Lag2, Classes/Lag3, Classes/VarLag, Classes/LagUD
4 categories:: UGens>Filters>Linear
8 This is essentially the same as link::Classes/OnePole:: except that
9 instead of supplying the coefficient directly, it is calculated from a 60
10 dB lag time. This is the time required for the filter to converge to
11 within 0.01% of a value. This is useful for smoothing out control
14 For linear and other alternatives, see link::Classes/VarLag::.
27 60 dB lag time in seconds.
32 Output will be multiplied by this value.
37 This value will be added to the output.
46 SinOsc.ar( // sine wave
47 Lag.kr( // lag the modulator
48 LFPulse.kr(4, 0, 0.5, 50, 400), // frequency modulator
49 Line.kr(0, 1, 15) // modulate lag time