Classes | UGens > Demand

Dswitch : Dswitch1 : DUGen : UGen : AbstractFunction : Object

Demand rate generator for embedding different inputs
Source: Demand.sc

Description

Demand rate generator for embedding different inputs. In difference to Dswitch1, Dswitch embeds all items of an input demand ugen first before looking up the next index.

Class Methods

Dswitch.new(list, index)

From superclass: Dswitch1

Arguments:

list

array of values or other ugens

index

which of the inputs to return

Discussion:

structurally related: Pswitch

Inherited class methods

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

Instance Methods

Inherited instance methods

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

Examples