Randomaization options

Hi. I want a controller to send midi to a Midi to CV convertor for use with my Eurorack. I have 3 modules each with 8 CV inputs and my Midi to CV convertor has 24 CV outs. What I would like to do is explore sounds in each module one at a time by randomizing up to 8 CVs at once, making adjustments using the knobs and then saving presents. The Electra One Mini looks perfect in terms of the number of knobs etc, however looking at the manual, it doesn’t look as though the randomization functionality I require is possible?

Lua has some built-in randomization functions. I don’t remember if Martin ever ported that code into the Electra One ecosystem.

You can use the math.random function in a simple LUA function that is triggered by a momentary pad to generate MIDI values for controls.

Here is an example with 6 faders E1 Preset “Random”. just press the blue momentary pad then the 6 faders will change their values.

Dieter