LFDNoise1

object LFDNoise1 extends ProductReader[LFDNoise1]

A dynamic ramp noise UGen. Like LFNoise1 , it generates linearly interpolated random values between -1 and +1 at a rate given by the freq argument, with two differences: There is no time quantization, and it there is fast recovery from low freq values.

In contrast, LFNoise0 , LFNoise1 , and LFNoise2 quantize to the nearest integer division of the sample rate, and they poll the freq argument only when scheduled, and thus seem to hang when the frequencies get very low.

If very high or very low frequencies are not needed, or fixed frequencies are used, LFNoise1 is more efficient.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[LFDNoise1]
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): LFDNoise1
Value Params
freq

rate at which to generate random values.

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

rate at which to generate random values.

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