3 related:: Classes/ClipNoise, Classes/GrayNoise, Classes/PinkNoise, Classes/WhiteNoise
4 categories:: UGens>Generators>Stochastic
7 Generates noise whose spectrum falls off in power by 6 dB per octave.
14 Output will be multiplied by this value.
17 This value will be added to the output.
23 { BrownNoise.ar(0.5) }.play;
24 { WhiteNoise.ar(0.5) }.play;
27 brownian noise as a frequency modulator:
29 { SinOsc.ar(BrownNoise.ar(100, 200)) * 0.1 }.play;
34 { BPF.ar(BrownNoise.ar(0.1.dup), MouseX.kr(40, 17000, 1), 0.2) }.play;