Minim
core
ugens
analysis
 
Name setSample
Examples
None available
Description Sets the sample data used by this Sampler by copying the contents of the provided MultiChannelBuffer into the internal buffer.
Syntax
setSample(newSampleData, sampleRate);
Parameters
newSampleData   MultiChannelBuffer: the new sample data for this Sampler
sampleRate   float: the sample rate of the sample data
Returns None
Usage Web & Application
Related MultiChannelBuffer