3 related:: Classes/Lag, Classes/Ramp, Classes/Slew
4 categories:: UGens>Filters>Linear
8 Similar to link::Classes/Lag:: but linear instead of exponential.
9 A change on the input will take the specified time to reach the new value.
10 Can be useful for smoothing out control signals.
26 Initial value. If not specified, same as the input signal.
30 Output will be multiplied by this value.
35 This value will be added to the output.
44 SinOsc.ar( // sine wave
45 LinLag.kr( // lag the modulator
46 LFPulse.kr(4, 0, 0.5, 50, 400), // frequency modulator
47 Line.kr(0, 1, 15) // modulate lag time