Randomly generated modulation sorces in 1x, 8x and 16x versions.
Upon a trigger on TRIG
the module generates either:
- A LFO with random frequency and shape.
- Or a random S&H value (only if the
S&H
switch is at 1. There’s a 50/50 chance you’ll get either a LFO or a constant S&H)
VAR
(variance) sets how different the settings for the LFO and S&H will be when regenerated. E.g. setting VAR to 0 will give you a LFO with the same frequency everytime (although the shape of the LFO changes).
BIAS
is defining the average of the values generated. Use it to bias the values generated to some side. If VAR
is 0, then BIAS
defines the value that will be generated every time. Think of BIAS
as being a centerpoint and VAR
as a spread to both sides.
The UNI
/BI
switch switches between uni-polar (0v to 10v) and bi-polar (-5v to +5v) mode.