inletv — Receives an arate array signal into an instrument through a named port.
Plugin opcode in signalflowgraph
Receives an arate array signal into an instrument through a named port.
Sname -- String name of the inlet port. The name of the inlet is implicitly qualified by the instrument name or number, so it is valid to use the same inlet name in more than one instrument (but not to use the same inlet name twice in one instrument).
array -- audio rate array inlet signal
During performance, the arate array inlet signal is received from each instance of an instrument containing an outlet port to which this inlet 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.