Client.processAudioFromHost

For plugin format clients only. Calls processAudio repeatedly, splitting the buffers. Splitting allow to decouple memory requirements from the actual host buffer size. There is few performance penalty above 512 samples.

class Client
public nothrow @nogc nothrow @nogc
void
processAudioFromHost
(
float*[] inputs
,
float*[] outputs
,
int frames
,,
bool doNotSplit = false
)

Meta