Dibrown

object Dibrown extends ProductReader[Dibrown]

A demand-rate UGen that produces random integer numbers, analogous to a Brownian motion, or the drunk object in Max.

'''Note''': The length parameter seems currently broken.

===Examples===

// random frequency
play {
 val in = Dibrown(lo = 0, hi = 15, step = 2)
 val tr = Impulse.kr(5)
 val v  = Demand.kr(tr, in)
 v.poll(tr)
 val f  = (v + 62).midiCps
 SinOsc.ar(f) * 0.1
}
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[Dibrown]
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 read(in: RefMapIn, key: String, arity: Int): Dibrown