Home › Forums › Products › Rackmount › H3000 system exclusive format › Reply To: H3000 system exclusive format
Yes – absolutely making progress on my selected platform.
I am working on a remote editor for the Electra One MIDI controller.
I currently have a beta version working that handles pulling back patches and displaying/editing values for algorithms 100 – 111.
I can fully read the sysex dumps for all algorithms. The time consuming aspect is designing the controls and menus to handle all the various parameter ranges and types used by the H3000.
I also know of at least 1 other person/group working on an Electra One editor and 2 other people/groups working on Max implementations.
If anyone needs info on how to request a sysex patch dump from the H3000 and then parse it into the various parameters, just ask and I’ll help where I can.
The Electra One platform uses Lua as the programming interface (similar to Python in that it’s an untyped language), so the code reads like Python or C. If you know a language like that, reading and translating what I’ve done should be straightforward.