Skip to content

send

Route audio from one instrument to multiple instruments in parallel.

Syntax

send asig
send asig1,asig2
send asigs[]
send asig
send asig1,asig2
send asigs[]

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.