Minim
core
ugens
analysis
 
Name setChannelCount
Examples
None available
Description Set the number of channels this buffer contains. Doing this will retain any existing channels under the new channel count.
Syntax
setChannelCount(numChannels);
Parameters
numChannels   int: the number of channels this buffer should contain
Returns None
Usage Web & Application
Related