Minim
core
ugens
analysis
 
Name set
Examples
None available
Description Copy the data in the provided MultiChannelBuffer to this MultiChannelBuffer. Doing so will change both the buffer size and channel count of this MultiChannelBuffer to be the same as the copied buffer.
Syntax
set(otherBuffer);
Parameters
otherBuffer   the MultiChannelBuffer to copy
Returns None
Usage Web & Application
Related