TwoPole:
Filter:
Classes | UGens > Filters > Linear

TwoPole : Filter : PureUGen : UGen : AbstractFunction : Object

Two pole filter.
Source: Filter.sc
Subclasses: APF, TwoZero

Description

A two pole filter. This provides lower level access to setting of pole location. For general purposes Resonz is better.

Class Methods

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

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

Arguments:

in

The input signal.

freq

Frequency of pole angle.

radius

Radius of pole. Should be between 0 and +1.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

Undocumented class methods

TwoPole.coeffs(sr: 44100, freq: 440, radius: 0.8)

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

Instance Methods

Inherited instance methods

Examples