patchspread
Route audio from one instrument to multiple instruments in parallel.
Syntax
Usage
graph LR
A[Source] --> B[Effect1];
A -->| | C[Effect2];
A -->| | D[Effect3];
patchspread Sends the audio from one instrument to multiple destination instruments in parallel.
All the destination instruments should be effects able to receive input (or the global "outs" output). Live re-patching by updating SDestinations[] is possible.
Arguments
Ssource -- String name of the instrument sending audio
SDestinations[] -- A string array of the names of instruments receiving audio. Patchspread sends audio from Ssource to each effect in parallel.
ilevels[] (optional) -- An array of amplitude multipliers applied to each of the Destination outputs in SDestinations[].