BrownNoise

object BrownNoise extends ProductReader[BrownNoise]

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
Companion
class
trait Product
trait Mirror
trait ProductReader[BrownNoise]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(mul: GE): BrownNoise
Value Params
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(mul: GE): BrownNoise
Value Params
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 read(in: RefMapIn, key: String, arity: Int): BrownNoise