CActLED::Blink (1, 100, 100);

pull/145/head
probonopd 3 years ago committed by GitHub
parent 549f4a370c
commit 15b875f5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/mididevice.cpp

@ -82,7 +82,7 @@ void CMIDIDevice::MIDIMessageHandler (const u8 *pMessage, size_t nLength, unsign
{
assert (m_pSynthesizer != 0);
CActLED.Blink (1, 100, 100);
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

Loading…
Cancel
Save