PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: noise

noise.ginger

Gingerbreadman map chaotic generator

available since version: 0.1


information

A non-interpolating generator based on the difference equations: x(n+1) = 1 - y(n) + seed * |x(n)| y(n+1) = x(n)

example

arguments:

methods:

inlets:

outlets:

keywords:

chaos generator gingerbreadman

See also: [chaos.gbman0]

Authors: André Sier

License: GPL3 or later