summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaryscavone <garyscavone@users.noreply.github.com>2014-01-29 13:26:25 -0800
committergaryscavone <garyscavone@users.noreply.github.com>2014-01-29 13:26:25 -0800
commit2b9a455f8f44697e4af1bf5798b8a34217263ad2 (patch)
treef93465bc2a75ef0708bca1de5434497753c41ef4
parent72207f6fe0e2ec8a60ea6a0e18dfcee27be09468 (diff)
parent3500fc434d2760db8a4a07b7ee812b00bb7b9357 (diff)
Merge pull request #9 from drewish/restore-tick-case
Restore lost TICK case
-rw-r--r--RtMidi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/RtMidi.cpp b/RtMidi.cpp
index 0b720bc..2401559 100644
--- a/RtMidi.cpp
+++ b/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;