From f9b10652361f2ea8dd183e14ae0c27a53fefd07e Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 22 Apr 2022 22:24:52 +0200 Subject: [PATCH] Blink on MIDI data https://github.com/probonopd/MiniDexed/issues/143 --- src/mididevice.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mididevice.cpp b/src/mididevice.cpp index fe58fc4..9f3ff86 100644 --- a/src/mididevice.cpp +++ b/src/mididevice.cpp @@ -80,6 +80,8 @@ u8 CMIDIDevice::GetChannel (unsigned nTG) const void CMIDIDevice::MIDIMessageHandler (const u8 *pMessage, size_t nLength, unsigned nCable) { assert (m_pSynthesizer != 0); + + mActLED.Blink (1); // The packet contents are just normal MIDI data - see // https://www.midi.org/specifications/item/table-1-summary-of-midi-message