Dswitch:
Filter:
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

Instance Methods

Inherited instance methods

Examples