de.sciss.synth.ugen
A UGen that reports the server's current control rate. This is equivalent to the reciprocal of ControlDur
ControlDur
// print the control rate play { ControlRate.ir.poll(0) }
// play a sine tone at control rate play { SinOsc.ar(ControlRate.ir) * 0.1 }
SampleRate
A UGen that reports the server's current control rate. This is equivalent to the reciprocal of
ControlDur
Examples
SampleRate
ControlDur