BRZ2

object BRZ2 extends ProductReader[BRZ2]

a special fixed band-reject filter UGen. Implements the formula :

out(i) = 0.5 * (in(i) + in(i-2))

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

===Examples===

// engage with mouse button
play {
 val sig = WhiteNoise.ar(0.5)
 val flt = BRZ2.ar(sig)
 LinXFade2.ar(sig, flt, MouseButton.kr(-1, 1))
}
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[BRZ2]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(in: GE): BRZ2
Value Params
in

input signal to be filtered

def kr(in: GE): BRZ2
Value Params
in

input signal to be filtered

def read(in: RefMapIn, key: String, arity: Int): BRZ2