Minim
core | ugens | analysis
 

Sampler

setSample

Description

Sets the sample data used by this Sampler by copying the contents of the provided MultiChannelBuffer into the internal buffer.

Signature

void setSample(MultiChannelBuffer newSampleData, float sampleRate)

Parameters

newSampleData — MultiChannelBuffer: the new sample data for this Sampler
sampleRate — float: the sample rate of the sample data

Returns

None

Related

MultiChannelBuffer

Example

None available

Usage

Web & Application