Minim
core
ugens
analysis
 
Name getChannel
Examples
None available
Description Returns the requested channel as a float array. You should not necessarily assume that the modifying the returned array will modify the values in this buffer.
Syntax
getChannel(channelNumber);
Parameters
channelNumber   int: the channel to return
Returns float[]: the channel represented as a float array
Usage Web & Application
Related