Classes | UGens > Filters > Linear

TwoZero : TwoPole : Filter : PureUGen : UGen : AbstractFunction : Object

Two zero filter.
Source: Filter.sc

Description

A two zero filter.

Class Methods

TwoZero.ar(in: 0.0, freq: 440.0, radius: 0.8, mul: 1.0, add: 0.0)

From superclass: TwoPole

TwoZero.kr(in: 0.0, freq: 440.0, radius: 0.8, mul: 1.0, add: 0.0)

From superclass: TwoPole

Arguments:

in

The input signal.

freq

Frequency of zero angle.

radius

Radius of zero.

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