Minim
core
ugens
analysis
 
Name setSample
Examples
None available
Description Sets the value of a sample in the given channel at the given offset from the beginning of the buffer.
Syntax
setSample(channelNumber, sampleIndex, 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
Usage Web & Application
Related