Mercurial > hg > svcore
comparison data/midi/rtmidi/RtMidi.cpp @ 742:c10cb8782576 coreaudio_tests
Merge from branch "default"
| author | Chris Cannam | 
|---|---|
| date | Sun, 01 Jul 2012 11:53:00 +0100 | 
| parents | 1424aa29ae95 | 
| children | e802e550a1f2 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 666:4efa7429cd85 | 742:c10cb8782576 | 
|---|---|
| 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 std::cerr << "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 << std::endl; | 769 // std::cout << "sender = " << ev->source.client << ", dest = " << ev->dest.port << endl; | 
| 770 #endif | 770 #endif | 
| 771 //data->doInput = false; | 771 //data->doInput = false; | 
| 772 break; | 772 break; | 
| 773 | 773 | 
| 774 case SND_SEQ_EVENT_QFRAME: // MIDI time code | 774 case SND_SEQ_EVENT_QFRAME: // MIDI time code | 
