Dwhite

final case
class Dwhite(lo: GE, hi: GE, length: GE) extends SingleOut with DemandRated with IsIndividual

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

Value Params
hi

maximum value (inclusive)

length

length of the sequence or inf

lo

minimum value (inclusive)

See also
Companion
object
trait Serializable
trait IsIndividual
trait DemandRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def rate: Rate
Inherited from
DemandRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource