IODesc:
Filter:
Classes | Server > Nodes

IODesc : Object

Description of SynthDesc input or output
Source: SynthDesc.sc

Description

IODesc describes an input or output of a SynthDesc, as returned by SynthDesc: -outputs and SynthDesc: -inputs

Class Methods

Inherited class methods

Instance Methods

.rate

.rate = value

A Symbol for the rate.

.numberOfChannels

.numberOfChannels = value

The number of channels.

.startingChannel

.startingChannel = value

This can either be a String, a Float or an UGen.

StringThe name of the control that provides the bus index
FloatA hard-coded bus index
UGenThe UGen providing the bus index

.type

.type = value

The class of the input/output ugen, like In, Out, ReplaceOut, etc.

Inherited instance methods