probonopd 3 years ago committed by GitHub
parent c5343931d0
commit f9b1065236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/mididevice.cpp

@ -81,6 +81,8 @@ void CMIDIDevice::MIDIMessageHandler (const u8 *pMessage, size_t nLength, unsign
{
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

Loading…
Cancel
Save