소스 검색

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

Restore lost TICK case
garyscavone 11 년 전
부모
커밋
2b9a455f8f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;