summaryrefslogtreecommitdiff
path: root/RtMidi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'RtMidi.cpp')
-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;