OutputProxy:
Filter:
Classes | UGens > Base

OutputProxy : UGen : AbstractFunction : Object

Place holder for multiple outputs
Source: UGen.sc

Description

OutputProxy is used by some UGens as a place holder for multiple outputs. There is no reason for a user to create an OutputProxy directly.

Class Methods

Inherited class methods

Undocumented class methods

OutputProxy.new(rate, itsSourceUGen, index)

Instance Methods

.source

.source = value

The UGen that is the source for this OutputProxy.

Discussion:

The source method is also defined in Array, so that the source can be obtained this way as well:

Inherited instance methods

Undocumented instance methods

.addToSynth

.controlName

.dumpName

.name

.name = value

.outputIndex

.outputIndex = value

.spec = spec