2 summary:: Duration of one block
3 categories:: UGens>Info
4 related:: Classes/ControlRate
7 Returns the current block duration of the server in seconds. Equivalent to 1 / link::Classes/ControlRate::.
14 { ControlDur.ir.poll }.play;
16 { (1/ControlDur.ir).poll }.play;
18 { ControlRate.ir.poll }.play;