Add visual MIDI activity indicator

Flash LED 0 white for 30ms on any MIDI input.
Visible without serial - helps diagnose whether MIDI
is arriving when connected to iPad with Loopy Pro.
This commit is contained in:
2026-06-25 06:43:00 +00:00
parent 40dfe775ea
commit 500720dadf
4 changed files with 47 additions and 0 deletions
+1
View File
@@ -367,6 +367,7 @@ void setup() {
}
void loop() {
led_driver.update();
controller.update();
if (Serial.available()) {