Minim
core
ugens
analysis
 
Name setBufferSize
Examples
None available
Description Set the length of this buffer in sample frames. Doing this will retain all of the sample data that can fit into the new buffer size.
Syntax
setBufferSize(bufferSize);
Parameters
bufferSize   int: the new length of this buffer in sample frames
Returns None
Usage Web & Application
Related