Minim
core | ugens | analysis
 

MultiChannelBuffer

getChannel

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.

Signature

float[] getChannel(int channelNumber)

Parameters

channelNumber — int: the channel to return

Returns

float[]: the channel represented as a float array

Related

Example

None available

Usage

Web & Application