Classes | UGens > Generators > Stochastic

Dust2 : UGen : AbstractFunction : Object

Random impulses.
Source: Noise.sc

Description

Generates random impulses from -1 to +1.

Class Methods

Dust2.ar(density: 0.0, mul: 1.0, add: 0.0)

Dust2.kr(density: 0.0, mul: 1.0, add: 0.0)

Arguments:

density

Average number of impulses per second.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

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

Instance Methods

Inherited instance methods

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

Examples