2 summary:: Current number of channels of soundfile in buffer.
3 related:: Classes/BufDur, Classes/BufFrames, Classes/BufRateScale, Classes/BufSampleRate, Classes/BufSamples
4 categories:: UGens>Buffer>Info
7 Get the current number of channels of soundfile.
16 returns:: the current number of channels.
20 The code::.ir:: method is not the safest choice.
21 Since a buffer can be reallocated at any time, using
22 code::.ir:: will not track the changes. Use code::.kr:: instead.