Packages

object Dwhite extends ProductReader[Dwhite] with Serializable

A demand-rate UGen that produces random decimal numbers with a constant spectral density, equivalent to WhiteNoise for audio- or control-rate.

Examples
// random frequency
play {
  val in = Dwhite(lo = 0, hi = 15)
  val tr = Impulse.kr(5)
  val v  = Demand.kr(tr, in)
  v.poll(tr)
  val f  = v * 30 + 300
  SinOsc.ar(f) * 0.1
}
See also

Diwhite

Dbrown

WhiteNoise

Demand

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

Value Members

  1. def read(in: RefMapIn, key: String, arity: Int): Dwhite
    Definition Classes
    DwhiteProductReader