Minim
core | ugens | analysis
 

MultiChannelBuffer

set

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.

Signature

void set(MultiChannelBuffer otherBuffer)

Parameters

otherBuffer — the MultiChannelBuffer to copy

Returns

None

Related

Example

None available

Usage

Web & Application