Packages

object Dust2 extends ProductReader[Dust2] with Serializable

A UGen generating random impulses with values ranging from -1 to +1 . The pulse duration is one sample for audio-rate and one block for control-rate operation.

Examples
// decreasing density
play { Dust2.ar(XLine.kr(20000, 2, Seq(20, 20))) * 0.5 }
See also

Dust

TRand

RandSeed

ClipNoise

CoinGate

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

Value Members

  1. def ar(density: GE = 1.0f): Dust2

    density

    the average number of impulses per second

  2. def ar: Dust2
  3. def kr(density: GE = 1.0f): Dust2

    density

    the average number of impulses per second

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