Map buttons to custom CC values with reverse-map feedback

This commit is contained in:
ash
2026-06-30 04:43:42 +00:00
parent 3389cc9403
commit 62b0604508
2 changed files with 16 additions and 15 deletions
+1
View File
@@ -28,6 +28,7 @@ private:
static const uint8_t NUM_PADS = 10;
PadMapping pad_mapping[NUM_PADS];
bool last_switch_state[NUM_PADS];
uint8_t cc_map[NUM_PADS];
// SysEx reassembly buffer
static const uint8_t SYSEX_MAX_LEN = 64;