diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-01-29 16:34:57 -0500 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-01-29 16:34:57 -0500 |
| commit | c5a8f3a85c567068777841fc3c60ed0e20641b07 (patch) | |
| tree | 7e6dd4e4549d6aa3ab184b3e283640ce5b62f53b /RtMidi.cpp | |
| parent | e70222f6a077b220cdd6ecc6d4626ed6a165f775 (diff) | |
Small change to configure.ac for prefix and removed 2 tabs in RtMidi.cpp
Diffstat (limited to 'RtMidi.cpp')
| -rw-r--r-- | RtMidi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1155,13 +1155,13 @@ static void *alsaMidiHandler( void *ptr ) doDecode = false; switch ( ev->type ) { - case SND_SEQ_EVENT_PORT_SUBSCRIBED: + case SND_SEQ_EVENT_PORT_SUBSCRIBED: #if defined(__RTMIDI_DEBUG__) std::cout << "MidiInAlsa::alsaMidiHandler: port connection made!\n"; #endif break; - case SND_SEQ_EVENT_PORT_UNSUBSCRIBED: + case SND_SEQ_EVENT_PORT_UNSUBSCRIBED: #if defined(__RTMIDI_DEBUG__) std::cerr << "MidiInAlsa::alsaMidiHandler: port connection has closed!\n"; std::cout << "sender = " << (int) ev->data.connect.sender.client << ":" |
