Dedicated topic for The Editor - Midihub Documentation page.
This is a companion discussion topic for the original entry at https://blokas.io/midihub/docs/editor
What would be really nice on this page is a glossary for the terms used in the editor. For example, it’s not immediately clear what the difference is between CC value and CC id.
These are general terms for data packed into MIDI events, but yes, a guide on how various MIDI messages look like would be nice to have.
The CC ID refers to the first data byte of the CC event, which is the controller id - the id of the knob/slider that you move. The CC value is the second data byte, the position at which the particular control is set.
Makes sense. Thanks for the clarification!