WhiteNoise:
Filter:
Classes | UGens > Generators > Stochastic

WhiteNoise : UGen : AbstractFunction : Object

White noise.
Source: Noise.sc

Description

Generates noise whose spectrum has equal power at all frequencies.

Class Methods

WhiteNoise.ar(mul: 1.0, add: 0.0)

WhiteNoise.kr(mul: 1.0, add: 0.0)

Arguments:

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

Examples