Minim
core | ugens | analysis
 

MultiChannelBuffer

setChannel

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.

Signature

void setChannel(int channelNumber, float[] samples)

Parameters

channelNumber — int: the channel to set
samples — float[]: the array of values to copy into the channel

Returns

None

Related

Example

None available

Usage

Web & Application