wfr / open-claravox-editor

Editor for the Moog Claravox theremin
GNU General Public License v3.0
0 stars 0 forks source link

Undocumented MIDI messages #2

Open wfr opened 2 years ago

wfr commented 2 years ago

Moog has documented most MIDI messages [1], however the official editor [2] sends some yet unknown messages to the Claravox, e.g. to set the instrument's output MIDI channel or to initiate a factory reset.

We have to intercept all communication of Moog's editor and document all unknown messages.

[1] https://api.moogmusic.com/sites/default/files/2021-06/Claravox-Centennial-MIDI-Parameters.pdf [2] https://apps.apple.com/us/app/claravox/id1536620093

wfr commented 2 years ago

Added some undocumented messages: https://github.com/wfr/open-claravox-editor/blob/main/doc/source/MIDI.rst

Still missing: Mod Matrix (proprietary Moog protocol)