LFNoise0

object LFNoise0 extends ProductReader[LFNoise0]

A step noise UGen. It generates abruptly changing random values between -1 and +1 at a rate given by the freq argument.

The frequency is quantized to the nearest integer division of the sample rate, and changes in frequency are only picked up at the next trigger. In contrast, variant LFDNoise0 has precise frequency and reacts to frequency changes instantly.

===Examples===

// plain noise
play { LFNoise0.ar(1000) * 0.25 }
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[LFNoise0]
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(freq: GE): LFNoise0
Value Params
freq

rate at which to generate random values.

def kr(freq: GE): LFNoise0
Value Params
freq

rate at which to generate random values.

def read(in: RefMapIn, key: String, arity: Int): LFNoise0