Kaynağa Gözat

Merge pull request #9 from drewish/restore-tick-case

Restore lost TICK case
garyscavone 11 yıl önce
ebeveyn
işleme
2b9a455f8f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      RtMidi.cpp

+ 1 - 1
RtMidi.cpp

@@ -1212,7 +1212,7 @@ extern "C" void *alsaMidiHandler( void *ptr )
       if ( !( data->ignoreFlags & 0x02 ) ) doDecode = true;
       break;
 
-    case SND_SEQ_EVENT_CLOCK: // MIDI timing tick
+    case SND_SEQ_EVENT_TICK: // MIDI timing tick
       if ( !( data->ignoreFlags & 0x02 ) ) doDecode = true;
       break;