BrownNoise:
Filter:
Classes | UGens > Generators > Stochastic

BrownNoise : WhiteNoise : UGen : AbstractFunction : Object

Brown Noise.
Source: Noise.sc

Description

Generates noise whose spectrum falls off in power by 6 dB per octave.

Class Methods

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

From superclass: WhiteNoise

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

From superclass: WhiteNoise

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

compare:

brownian noise as a frequency modulator:

filtered brown noise: