PinkNoise

object PinkNoise extends ProductReader[PinkNoise]

A noise generator UGen whose spectrum falls off in power by 3 dB per octave. This gives equal power over the span of each octave. This version gives 8 octaves of pink noise.

The values produced by this UGen were observed to lie with very high probability between approx. -0.65 and +0.81 (before being multiplied by mul ). The RMS is approx. -16 dB.

===Examples===

// plain noise
play { PinkNoise.ar(Seq(0.2, 0.2)) }
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[PinkNoise]
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): PinkNoise
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): PinkNoise
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): PinkNoise