feat: add per-channel MIDI looping support

Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-10 11:29:41 +00:00
parent 85e828f461
commit ff226a8ea6
4 changed files with 199 additions and 42 deletions

View File

@@ -8,6 +8,7 @@ typedef enum {
CMD_UNBIND, // reset bind to channel 0
CMD_ADD_CHANNEL, // add a new dynamic channel
CMD_REMOVE_CHANNEL, // remove last dynamic channel
CMD_ADD_MIDI_CHANNEL, // add a new dynamic MIDI channel
} cmd_type_t;
typedef struct {