summaryrefslogtreecommitdiff
path: root/RtMidi.cpp
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-01-29 16:34:57 -0500
committerGary Scavone <gary@music.mcgill.ca>2014-01-29 16:34:57 -0500
commitc5a8f3a85c567068777841fc3c60ed0e20641b07 (patch)
tree7e6dd4e4549d6aa3ab184b3e283640ce5b62f53b /RtMidi.cpp
parente70222f6a077b220cdd6ecc6d4626ed6a165f775 (diff)
Small change to configure.ac for prefix and removed 2 tabs in RtMidi.cpp
Diffstat (limited to 'RtMidi.cpp')
-rw-r--r--RtMidi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/RtMidi.cpp b/RtMidi.cpp
index 5141ac0..1ce7155 100644
--- a/RtMidi.cpp
+++ b/RtMidi.cpp
@@ -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 << ":"