diff options
| author | garyscavone <garyscavone@users.noreply.github.com> | 2014-01-29 13:26:25 -0800 |
|---|---|---|
| committer | garyscavone <garyscavone@users.noreply.github.com> | 2014-01-29 13:26:25 -0800 |
| commit | 2b9a455f8f44697e4af1bf5798b8a34217263ad2 (patch) | |
| tree | f93465bc2a75ef0708bca1de5434497753c41ef4 | |
| parent | 72207f6fe0e2ec8a60ea6a0e18dfcee27be09468 (diff) | |
| parent | 3500fc434d2760db8a4a07b7ee812b00bb7b9357 (diff) | |
Merge pull request #9 from drewish/restore-tick-case
Restore lost TICK case
| -rw-r--r-- | RtMidi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
