From c57847db781a78d0454496e50843c6b0871055f4 Mon Sep 17 00:00:00 2001 From: Ashley Strahle Date: Tue, 30 Jun 2026 04:14:07 +0000 Subject: [PATCH] Remove flash_activity that was stealing focus to LED 0 --- src/app_task.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app_task.cpp b/src/app_task.cpp index 63023ca..4da8040 100644 --- a/src/app_task.cpp +++ b/src/app_task.cpp @@ -45,9 +45,6 @@ void AppTask::update() { void AppTask::process_midi_event(const MidiEvent& event) { Serial.printf("[APP] MIDI IN: Type=%d Ch=%d Data1=%d Data2=%d\n", event.type, event.channel, event.data1, event.data2); - - // Flash LED 0 white briefly on ANY MIDI input - visual activity indicator - led_driver->flash_activity(); if (event.type == MidiEvent::SYSEX) { // Cin is encoded in channel for SYSEX packets