Packages

final case class Dust(rate: Rate, density: GE = 1.0f) extends SingleOut with IsIndividual with Product with Serializable

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

The approximate RMS energy is (density/sr).log2 * 3 - 4.8 where sr is the sample-rate. For example, at 44.1 kHz, a density of 1000 Hz yields an RMS of approx. -21.2 dB.

density

the average number of impulses per second

See also

Dust2

TRand

RandSeed

ClipNoise

GrayNoise

CoinGate

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dust
  2. Serializable
  3. IsIndividual
  4. SingleOut
  5. SomeOut
  6. Lazy
  7. GE
  8. UGenSource
  9. Expander
  10. Lazy
  11. Product
  12. Equals
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Dust(rate: Rate, density: GE = 1.0f)

    density

    the average number of impulses per second

Value Members

  1. val density: GE
  2. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  3. final def name: String
    Definition Classes
    UGenSource
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val rate: Rate
    Definition Classes
    DustGE