BRF:
Filter:
Classes | UGens > Filters > Linear

BRF : BPF : Filter : PureUGen : UGen : AbstractFunction : Object

2nd order Butterworth band reject filter.
Source: Filter.sc

Description

A second order band reject filter.

Class Methods

BRF.ar(in: 0.0, freq: 440.0, rq: 1.0, mul: 1.0, add: 0.0)

From superclass: BPF

BRF.kr(in: 0.0, freq: 440.0, rq: 1.0, mul: 1.0, add: 0.0)

From superclass: BPF

Arguments:

in

The input signal.

freq

Cutoff frequency in Hertz. WARNING: due to the nature of its implementation frequency values close to 0 may cause glitches and/or extremely loud audio artifacts!

rq

The reciprocal of Q (bandwidth / cutoffFreq).

Inherited class methods

Instance Methods

Inherited instance methods

Examples