BRZ2:
Filter:
Classes | UGens > Filters > Linear

BRZ2 : LPZ2 : Filter : PureUGen : UGen : AbstractFunction : Object

Two zero fixed midcut.
Source: Filter.sc

Description

A special case fixed filter. Implements the formula:

This filter cuts out frequencies around ½ of the Nyquist frequency.

Class Methods

BRZ2.ar(in: 0.0, mul: 1.0, add: 0.0)

From superclass: LPZ2

BRZ2.kr(in: 0.0, mul: 1.0, add: 0.0)

From superclass: LPZ2

Arguments:

in

The input signal.

Inherited class methods

Undocumented class methods

BRZ2.coeffs

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

Instance Methods

Inherited instance methods

Examples