2 summary:: Slew rate limiter.
3 related:: Classes/Slope, Classes/Ramp, Classes/Lag, Classes/VarLag
4 categories:: UGens>Filters>Nonlinear
9 Limits the slope of an input signal. The slope is expressed in units per
12 For smoothing out control signals, take a look at link::Classes/Lag:: and link::Classes/VarLag::
25 Maximum upward slope in units per second.
30 Maximum downward slope in units per second.
35 Output will be multiplied by this value.
40 This value will be added to the output.
50 [z, Slew.ar(z, 4000, 4000)]
55 Has the effect of removing transients and higher frequencies.
59 z = Saw.ar(800,mul:0.2);