BPZ2:
Filter:
Classes | UGens > Filters > Linear

BPZ2 : LPZ2 : Filter : PureUGen : UGen : AbstractFunction : Object

Two zero fixed midpass.
Source: Filter.sc

Description

A special case fixed filter. Implements the formula:

This filter cuts out 0 Hz and the Nyquist frequency.

Class Methods

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

From superclass: LPZ2

BPZ2.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