Packages

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)) }
See also

WhiteNoise

PinkNoise

GrayNoise

ClipNoise

RandSeed

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BrownNoise
  2. Serializable
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

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

  2. def ar: BrownNoise
  3. 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.

  4. def kr: BrownNoise
  5. def read(in: RefMapIn, key: String, arity: Int): BrownNoise
    Definition Classes
    BrownNoiseProductReader