Change E1 Preset via MIDI

I found this info in the dev documentation helpful:
https://docs.electra.one/developers/confformat.html#top-level-objects

To use CC 7, Value 1 from the CTRL port just type:

"midiMessage":"cc7",
"parameterNumber":1

To use a program change 1 from the CTRL port:

"midiMessage":"program",
"parameterNumber":1

See also this thread:

1 Like