MIDI input

This commit is contained in:
Dejvino
2026-02-21 21:12:30 +01:00
parent 94ade20143
commit 8ef4371711
4 changed files with 78 additions and 2 deletions
+1
View File
@@ -129,6 +129,7 @@ static void handlePlayback() {
}
void loopPlayback() {
midi.update();
if (needsPanic) {
for (int i=0; i<NUM_TRACKS; i++) {
midi.panic(midiChannels[i]);