Classes | UGens > Generators > Stochastic

Crackle : UGen : AbstractFunction : Object

Chaotic noise function.
Source: Noise.sc

Description

A noise generator based on a chaotic function.

Class Methods

Crackle.ar(chaosParam: 1.5, mul: 1.0, add: 0.0)

Crackle.kr(chaosParam: 1.5, mul: 1.0, add: 0.0)

Arguments:

chaosParam

A parameter of the chaotic function with useful values from just below 1.0 to just above 2.0. Towards 2.0 the sound crackles.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

7 methods from UGen ► show
8 methods from Object ► show

Instance Methods

Inherited instance methods

93 methods from UGen ► show
159 methods from AbstractFunction ► show
266 methods from Object ► show

Examples