Minim
core | ugens | analysis
 

MultiChannelBuffer

setSample

Description

Sets the value of a sample in the given channel at the given offset from the beginning of the buffer.

Signature

void setSample(int channelNumber, int sampleIndex, float value)

Parameters

channelNumber — int: the channel of the buffer
sampleIndex — int: the sample offset from the beginning of the buffer
value — float: the sample value to set

Returns

None

Related

Example

None available

Usage

Web & Application