sclang: ServerShmInterface - try to avoid multiple destructor calls
[supercollider.git] / HelpSource / Classes / TwoZero.schelp
blobe5070c7bb802e0881cac8b1dc8d53ac85548b6e4
1 class:: TwoZero
2 summary:: Two zero filter.
3 related:: Classes/TwoPole
4 categories::  UGens>Filters>Linear
7 Description::
9 A two zero filter.
12 classmethods::
14 method::ar, kr
16 argument::in
18 The input signal.
21 argument::freq
23 Frequency of zero angle.
26 argument::radius
28 Radius of zero.
31 argument::mul
33 Output will be multiplied by this value.
36 argument::add
38 This value will be added to the output.
41 Examples::
43 code::
45 { TwoZero.ar(WhiteNoise.ar(0.125), XLine.kr(20,20000,8), 1) }.play