Classes | UGens > Filters > Linear | UGens > Maths

Integrator : Filter : PureUGen : UGen : AbstractFunction : Object

A leaky integrator.
Source: Filter.sc

Description

Integrates an input signal with a leak. The formula implemented is:

Class Methods

Integrator.ar(in: 0.0, coef: 1.0, mul: 1.0, add: 0.0)

Integrator.kr(in: 0.0, coef: 1.0, mul: 1.0, add: 0.0)

Arguments:

in

The input signal.

coef

Leak coefficient.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

1 methods from Filter ► show
7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples