LFBrownNoise0:
Filter:
Classes (extension) | UGens > Generators > Stochastic

LFBrownNoise0 : UGen : AbstractFunction : Object
ExtensionExtension

random walk step
Source: bhobGens.sc

Description

Random walk with Gendyn distributions.

Class Methods

LFBrownNoise0.ar(freq: 20, dev: 1.0, dist: 0, mul: 1.0, add: 0.0)

LFBrownNoise0.kr(freq: 20, dev: 1.0, dist: 0, mul: 1.0, add: 0.0)

Arguments:

freq

approximate rate at which to generate random values.

dev

scale maximum step (0-1).

dist

Gendyn distribution to use (0-5: see Gendy1 for details).

Inherited class methods

Instance Methods

Inherited instance methods

Examples