Classes | UGens > Base

MultiOutUGen : UGen : AbstractFunction : Object

Superclass for all UGens with multiple outputs
Source: UGen.sc

Description

This is a superclass for all UGens with multiple outputs. MultiOutUGen creates the OutputProxy ugens needed for the multiple outputs.

Class Methods

Inherited class methods

7 methods from UGen ► show
7 methods from Object ► show

Undocumented class methods

MultiOutUGen.newFromDesc(rate, numOutputs, inputs)

Instance Methods

.initOutputs(numChannels, rate)

Create an array of OutputProxies for the outputs.

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Undocumented instance methods

.channels

.numOutputs

.synthIndex

.synthIndex = index

From superclass: UGen

.writeOutputSpecs(file)