Packages

object LFDNoise1 extends ProductReader[LFDNoise1] with Serializable

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

LFNoise1

LFDNoise0

LFDNoise3

Ramp

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LFDNoise1
  2. Serializable
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def ar(freq: GE = 500.0f): LFDNoise1

    freq

    rate at which to generate random values.

  2. def ar: LFDNoise1
  3. def kr(freq: GE = 500.0f): LFDNoise1

    freq

    rate at which to generate random values.

  4. def kr: LFDNoise1
  5. def read(in: RefMapIn, key: String, arity: Int): LFDNoise1
    Definition Classes
    LFDNoise1ProductReader