Get the current control rate of the server.
The current control rate of the server.
equivalent to 1 / ControlDur
{ ControlRate.ir.poll }.play;
play a sine tone at control rate{ SinOsc.ar(ControlRate.ir) * 0.1 }.play;
xxxxxxxxxx
{ SinOsc.ar(ControlRate.ir) * 0.1 }.play;