2 summary:: A resonant high pass filter.
3 related:: Classes/Formlet, Classes/RLPF, Classes/Resonz, Classes/Ringz
4 categories:: UGens>Filters>Linear
9 A resonant high pass filter.
23 Cuttoff frequency in Hertz.
28 The reciprocal of Q (bandwidth / cutoffFreq).
33 Output will be multiplied by this value.
38 This value will be added to the output.
45 { RHPF.ar(Saw.ar(200,0.1), FSinOsc.kr(XLine.kr(0.7,300,20), 0, 3600, 4000), 0.2) }.play;
48 { var ctl = RHPF.kr(LFSaw.kr(2), SinOsc.kr(XLine.kr(0.07,30,20), 0, 35, 40), 0.05);
49 SinOsc.ar(ctl * 200 + 500);