From bb3e77ecad7ba0f0dc0f9e8a9652a970023f5462 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 22 Apr 2022 23:15:13 +0200 Subject: [PATCH] #include "actled.h" --- src/mididevice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mididevice.cpp b/src/mididevice.cpp index 3843282..426295a 100644 --- a/src/mididevice.cpp +++ b/src/mididevice.cpp @@ -20,12 +20,12 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . // -#include "kernel.h" #include "mididevice.h" #include "minidexed.h" #include "config.h" #include #include +#include "actled.h" #define MIDI_NOTE_OFF 0b1000 #define MIDI_NOTE_ON 0b1001 @@ -82,7 +82,7 @@ void CMIDIDevice::MIDIMessageHandler (const u8 *pMessage, size_t nLength, unsign { assert (m_pSynthesizer != 0); - mActLED.Blink (1); + CActLED.Blink (1, 100, 100); // The packet contents are just normal MIDI data - see // https://www.midi.org/specifications/item/table-1-summary-of-midi-message