Dust:
Filter:
Classes | UGens > Generators > Stochastic

Dust : UGen : AbstractFunction : Object

Random impulses.
Source: Noise.sc

Description

Generates random impulses from 0 to +1.

Class Methods

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

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

Instance Methods

Inherited instance methods

Undocumented instance methods

.signalRange

Examples