2 summary:: Ensures the number of output channels
3 categories:: UGens>Multichannel
6 Ensures the output has the stated number of channels, regardless of the number of input channels.
13 argument:: numChannels
16 true/false, whether you want to mixdown or just use the first channel
20 Multi-channels clumped and if code::mixdown:: is true mixed down, else the first channel used.
27 SinOsc.ar(100,0,0.2), // 1 becomes 2
35 SinOsc.ar([100,200,300],0,0.2), // 3 becomes 2
43 SinOsc.ar([100,200,300,100],0,0.2), // 4 becomes 2