outletv

outletv — Sends an arate array signal out from an instrument to a named port.

Description

Plugin opcode in signalflowgraph

Sends an arate array signal out from an instrument to a named port.

Syntax

outletv Sname, array

Initialization

Sname -- String name of the outlet port. The name of the outlet is implicitly qualified by the instrument name or number, so it is valid to use the same outlet name in more than one instrument (but not to use the same outlet name twice in one instrument).

Performance

array -- arate array output signal

During performance, the arate array output signal is sent to each instance of an instrument containing an inlet port to which this outlet has been connected using the connect opcode. The signals of all the outlets connected to an inlet are summed in the inlet. The ports may have any number of channels, but the inlet port must have the same number of channels as the connected outlet ports.

See Also

outleta outletf outletk outletkid inleta inletf inletk inletkid inletv connect alwayson ftgenonce

More information on this opcode: http://www.csoundjournal.com/issue13/signalFlowGraphOpcodes.html , written by Michael Gogins

Credits

By: Michael Gogins 2009