Module buffer

Module buffer 

Source

Structsยง

ChannelBuffer
A memory-efficient buffer of samples with CHANNELS channels. Each channel has a length of frames.
InstanceBuffer
A memory-efficient buffer of samples with variable number of instances each with up to MAX_CHANNELS channels. Each channel has a length of frames.
VarChannelBuffer
A memory-efficient buffer of samples with up to MAX_CHANNELS channels. Each channel has a length of frames.