object BrownNoise extends ProductReader[BrownNoise] with Serializable
A noise generator UGen whose spectrum falls off in power by 6 dB per octave.
The values produced by this UGen lie between -1
and +1
, the RMS is approx.
-4.8 dB (the same as white noise).
Examples
// plain noise play { BrownNoise.ar(Seq(0.2, 0.2)) }
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BrownNoise
- Serializable
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def ar(mul: GE = 1.0f): BrownNoise
- mul
Not actually a UGen input, this argument produces a multiplication of the output by this factor. A multi-channel
mul
argument will cause the generation of multiple independent noise generators.
- def ar: BrownNoise
- def kr(mul: GE = 1.0f): BrownNoise
- mul
Not actually a UGen input, this argument produces a multiplication of the output by this factor. A multi-channel
mul
argument will cause the generation of multiple independent noise generators.
- def kr: BrownNoise
- def read(in: RefMapIn, key: String, arity: Int): BrownNoise
- Definition Classes
- BrownNoise → ProductReader