OnePole:
Filter:
Classes | UGens > Filters > Linear

OnePole : Filter : PureUGen : UGen : AbstractFunction : Object

One pole filter.
Source: Filter.sc
Subclasses: OneZero

Description

A one pole filter. Implements the formula:

Class Methods

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

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

Arguments:

in

The input signal.

coef

Feedback coefficient. Should be between -1 and +1

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