Slew:
Filter:
Classes | UGens > Filters > Nonlinear

Slew : Filter : PureUGen : UGen : AbstractFunction : Object

Slew rate limiter.
Source: Filter.sc

Description

Limits the slope of an input signal. The slope is expressed in units per second.

For smoothing out control signals, take a look at Lag and VarLag

Class Methods

Slew.ar(in: 0.0, up: 1.0, dn: 1.0, mul: 1.0, add: 0.0)

Slew.kr(in: 0.0, up: 1.0, dn: 1.0, mul: 1.0, add: 0.0)

Arguments:

in

The input signal.

up

Maximum upward slope in units per second.

dn

Maximum downward slope in units per second.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

Instance Methods

Inherited instance methods

Examples