3 ^this.multiNew('scalar')
7 BufInfoUGenBase : UGen {
9 ^this.multiNew('control', bufnum)
12 // the .ir method is not the safest choice. Since a buffer can be reallocated at any time,
13 // using .ir will not track the changes.
15 ^this.multiNew('scalar',bufnum)
19 SampleRate : InfoUGenBase {}
20 SampleDur : InfoUGenBase {}
21 RadiansPerSample : InfoUGenBase {}
22 ControlRate : InfoUGenBase {}
23 ControlDur : InfoUGenBase {}
24 SubsampleOffset : InfoUGenBase {}
26 NumOutputBuses : InfoUGenBase {}
27 NumInputBuses : InfoUGenBase {}
28 NumAudioBuses : InfoUGenBase {}
29 NumControlBuses : InfoUGenBase {}
30 NumBuffers : InfoUGenBase {}
31 NumRunningSynths : InfoUGenBase {
33 ^this.multiNew('control')
37 BufSampleRate : BufInfoUGenBase {}
38 BufRateScale : BufInfoUGenBase {}
39 BufFrames : BufInfoUGenBase {}
40 BufSamples : BufInfoUGenBase {}
41 BufDur : BufInfoUGenBase {}
42 BufChannels : BufInfoUGenBase {}
44 ////////////////////////////////////////////