ClipNoise

object ClipNoise extends ProductReader[ClipNoise]

A noise generator UGen whose values are either -1 or +1 (before being multiplied by mul ). This produces the maximum energy (an RMS of 0 dB) for the least peak to peak amplitude.

===Examples===

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