de.sciss.synth.ugen
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.
// engage with mouse button play { val sig = WhiteNoise.ar(0.5) val flt = BPZ2.ar(sig) LinXFade2.ar(sig, flt, MouseButton.kr(-1, 1)) }
BPF
BRZ2
LPZ2
HPZ2
input signal to be filtered
a special fixed band-pass filter UGen. Implements the formula :
This filter cuts out frequencies around zero Hertz and Nyquist.
Examples
BPF
BRZ2
LPZ2
HPZ2