This repository contains a collection of modules for VCV Rack, the open-source virtual modular synthesizer.
The minimum supported VCV Rack version is 0.6.
The Logistiker
module is based on the Logistic Map,
a non-linear dynamic equation, which for certain input parameters exhibits chaotic behavior.
The RATE knob controls the update rate of the internal clock. It has no function, if an external clock signal is connected to the EXT CLOCK input.
The R knob, and the corresponding input, controls the R variable of the equation. The Wikipedia page has a good overview of the effect of different R values. The default value corresponds to the onset of Chaos in the system.
The X0 knob sets the initial starting value for the X variable of the equation.
If the RESET button is pressed, or a positive edge arrives at the RESET input, the model starts over from the value set by the X0 knob. The reset takes effect at the next rising edge of the (internal or external) clock signal.
Source code licensed under BSD-3-Clause by Christoph Scholtes.