BPZ2

object BPZ2 extends ProductReader[BPZ2]

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

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

This filter cuts out frequencies around zero Hertz and Nyquist.

===Examples===

// engage with mouse button
play {
 val sig = WhiteNoise.ar(0.5)
 val flt = BPZ2.ar(sig)
 LinXFade2.ar(sig, flt, MouseButton.kr(-1, 1))
}
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[BPZ2]
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): BPZ2
Value Params
in

input signal to be filtered

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

input signal to be filtered

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