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