Mercurial > hg > svcore
comparison data/midi/rtmidi/RtMidi.cpp @ 1222:771a17925576 piper
Merge from branch 3.0-integration
author | Chris Cannam |
---|---|
date | Thu, 20 Oct 2016 11:19:34 +0100 |
parents | a68d407f9752 |
children | b0533d195c83 |
comparison
equal
deleted
inserted
replaced
1214:77320e522253 | 1222:771a17925576 |
---|---|
61 #if defined(__RTMIDI_DEBUG__) | 61 #if defined(__RTMIDI_DEBUG__) |
62 cerr << '\n' << errorString_ << "\n\n"; | 62 cerr << '\n' << errorString_ << "\n\n"; |
63 #endif | 63 #endif |
64 } | 64 } |
65 else { | 65 else { |
66 cerr << '\n' << errorString_ << "\n\n"; | 66 cerr << "\nRtMidi error: " << errorString_ << "\n\n"; |
67 throw RtError( errorString_, type ); | 67 throw RtError( errorString_, type ); |
68 } | 68 } |
69 } | 69 } |
70 | 70 |
71 //*********************************************************************// | 71 //*********************************************************************// |