Dibrown

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

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.

Value Params
hi

maximum value (inclusive)

length

length of the sequence or inf . This is currently (SuperCollider 3.7.2) broken, and the sequence always has infinite length.

lo

minimum value (inclusive)

step

the maximum step a value can take from the previous value

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