Minim
index
 
Name samples ( )
Examples
None available
Description Called by the Recordable object this is attached to when that object has new samples.
Syntax
samples(samp);
samples(sampL, sampR);
Parameters
samp   a buffer of samples from a MONO sound stream
sampL   the left channel of a STEREO sound stream
sampR   the right channel of a STEREO sound stream
Returns None
Usage Web & Application
Related