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

Instance Methods

Inherited instance methods

Examples