Slope:
Filter:
Classes | UGens > Analysis | UGens > Filters > Linear | UGens > Maths

Slope : Filter : PureUGen : UGen : AbstractFunction : Object

Slope of signal
Source: Filter.sc

Description

Measures the rate of change per second of a signal. Formula implemented is:

Class Methods

Slope.ar(in: 0.0, mul: 1.0, add: 0.0)

Slope.kr(in: 0.0, mul: 1.0, add: 0.0)

Arguments:

in

Input signal to measure.

mul
add

Inherited class methods

Instance Methods

Inherited instance methods

Examples

For another example of Slope see AbstractFunction:hypot.