Crackle:
Filter:
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

Instance Methods

Inherited instance methods

Examples