comparison data/midi/rtmidi/RtMidi.cpp @ 690:1424aa29ae95

Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author Chris Cannam
date Tue, 14 Jun 2011 15:26:52 +0100
parents 06f13a3b9e9e
children e802e550a1f2
comparison
equal deleted inserted replaced
689:573d45e9487b 690:1424aa29ae95
759 #endif 759 #endif
760 break; 760 break;
761 761
762 case SND_SEQ_EVENT_PORT_UNSUBSCRIBED: 762 case SND_SEQ_EVENT_PORT_UNSUBSCRIBED:
763 #if defined(__RTMIDI_DEBUG__) 763 #if defined(__RTMIDI_DEBUG__)
764 DEBUG << "RtMidiIn::alsaMidiHandler: port connection has closed!\n"; 764 SVDEBUG << "RtMidiIn::alsaMidiHandler: port connection has closed!\n";
765 // FIXME: this is called for all unsubscribe events, even ones 765 // FIXME: this is called for all unsubscribe events, even ones
766 //not related to this particular connection. As it stands, I 766 //not related to this particular connection. As it stands, I
767 //see no data provided in the "source" and "dest" fields so 767 //see no data provided in the "source" and "dest" fields so
768 //there is nothing we can do about this at this time. 768 //there is nothing we can do about this at this time.
769 // std::cout << "sender = " << ev->source.client << ", dest = " << ev->dest.port << endl; 769 // std::cout << "sender = " << ev->source.client << ", dest = " << ev->dest.port << endl;