patchchain
Route audio between multiple instruments at once.
Syntax
Usage
graph LR
A[Source] --> B[Effect1] --> C[Effect2];
C --> D[outs];
patchchain routes audio between a series to instruments as specified in a string array. Audio is carried from 'left to right' (index zero to the last index) in the array.
All the instruments following the first instrument should be effects able to receive input (or the global "outs" output).
Live re-patching by updating Spatharray is possible. The routing from one instrument to the next is handled by patchsig.
Arguments
Spatharray -- A string array with named instruments and effects.
ilevel (optional, default=1) -- An amplitude multiplier applied to the Destination output.
Slevel (optional) -- When using a string Slevel will read a channel name to retrieve the multiplier.