Classes | UGens > Demand

Dswitch1 : DUGen : UGen : AbstractFunction : Object

Demand rate generator for switching between inputs.
Source: Demand.sc
Subclasses: Dswitch

Description

Demand rate generator for switching between inputs.

See Pswitch1 for structurally related equivalent.

Class Methods

Dswitch1.new(list, index)

Arguments:

list

Array of values or other UGens.

index

Which of the inputs to return.

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