Classes | UGens > Demand

Dxrand : ListDUGen : DUGen : UGen : AbstractFunction : Object

Demand rate random sequence generator.
Source: Demand.sc

Description

Dxrand never plays the same value twice, whereas Drand chooses any value in the list.

See Pxrand for structurally related equivalent.

Class Methods

Dxrand.new(list, repeats: 1)

From superclass: ListDUGen

Arguments:

list

An array of values or other UGens.

repeats

Number of values 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