Minim
core
ugens
analysis
 
Name setChannel
Examples
None available
Description Sets all of the values in a particular channel using the values of the provided float array. The array should be at least as long as the current buffer size of this buffer and this will only copy as many samples as fit into its current buffer size.
Syntax
setChannel(channelNumber, samples);
Parameters
channelNumber   int: the channel to set
samples   float[]: the array of values to copy into the channel
Returns None
Usage Web & Application
Related