Data Generator Random Walk

Drunk walk (random walk) data generator. At each step, the current value moves by a random amount within the step size range. The output stays between min and max.

Unlike plain random which jumps to any value, a random walk produces a wandering path where each new value is close to the previous one. This creates slowly drifting, unpredictable motion. Use it for organic modulation, generative melodies, or wandering parameter control.

Settings

on

Activates or deactivates the module.

out

Output Data flow(s).

min

Minimum value of the output.

max

Maximum value of the output.

step size

Maximum distance the value can move in one step, as a fraction of the total range. Small values produce gentle drift; large values produce erratic jumps.

synchro

  • trigger input: a new step is generated only when trigger in receives a trigger.
  • always: generates a new step every processing block.

trigger in

Generates a new random walk step.

Only when synchro = trigger input.

reset

Resets the current value to the midpoint between min and max.

Common Settings

info

show manual

Opens the web browser to display information or help about the selected object, if it exists.

For more details about information/help creation, see create-help-file.

description

Description of the module for internal help purposes only. The description is not displayed in the interface.

ID's

visible only in god mode, see setup-panel-tab-expert.

unique ID

Current private ID for this control used to identify the object.

preset ID

Current private preset ID for this control used for presets.

recreate ID

If you experience difficulties in Polyphonic mode, try to recreate new id(s) with this button.

repair ID s

Each Patch shared on the local network uses its own ID (identification number). If you experience issues of Patches that don't send information to the good target, this button will rebuild all these id's.

Object Remote Address

absolute

Absolute remote address. see objects-address.

local

Local to the current patch remote address. see objects-address.

user addr

User defined remote address. see objects-address.

See also

version 7.0.250121

Edit All Pages