send
Route audio from one instrument to multiple instruments in parallel.
Syntax
Usage
send is used in conjunction with the patch UDO's. send must be used within an instrument, as it uses p1 in the instrument definition as the index into a global audio array.
Arguments
asig -- an audio signal
asigs[] -- An array of audio signals.
Example
See the examples for patchsig, patchchain, and patchspread.