OneZero:
Filter:
Classes | UGens > Filters > Linear

OneZero : OnePole : Filter : PureUGen : UGen : AbstractFunction : Object

One zero filter.
Source: Filter.sc

Description

A one zero filter. Implements the formula:

Class Methods

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

From superclass: OnePole

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

From superclass: OnePole

Arguments:

in

The input signal.

coef

Feed forward coefficient.

+0.5 makes a two point averaging filter (see also LPZ1 ).

-0.5 makes a differentiator (see also HPZ1 ).

+1 makes a single sample delay (see also Delay1 ).

-1 makes an inverted single sample delay.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

Undocumented class methods

OneZero.coeffs(sr: 44100, coef: 0.5)

From extension in /Library/Application Support/SuperCollider/downloaded-quarks/wslib/wslib-classes/Main Features/EQ/plusFilter.sc

Instance Methods

Inherited instance methods

Examples