Drand:
Filter:
Classes | UGens > Demand

Drand : 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 Prand for structurally related equivalent.

Class Methods

Drand.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

Instance Methods

Inherited instance methods

Examples