- Added CC 123 Command to reset the NoteOn Counters

- Fixed Bug, where NoteOn Counters could be negative
This commit is contained in:
2025-11-24 08:09:56 +01:00
parent d12adf083b
commit d082c49215
5 changed files with 64 additions and 17 deletions

View File

@@ -283,6 +283,9 @@ enum Idle_Screen
#define MIDI_SYSTEM_ACTIVE_SENSING 0xE // Active Sensing (Keep Alive)
#define MIDI_SYSTEM_RESET 0xF // Reset
// MIDI Control Changes
#define MIDI_CC_ALL_NOTES_OFF 0x7B // [Channel Mode Message] All Notes Off
/////////////////////////////////////////
// Helping functions parsing MIDI Data //