comparison data/midi/rtmidi/RtMidi.cpp @ 1220:a68d407f9752 msvc2015_64

Further MSVC build stuff. Committing this as-is because it's building and running now, but there's a lot to tidy up.
author Chris Cannam
date Wed, 19 Oct 2016 17:33:32 +0100
parents cc27f35aa75c
children b0533d195c83
comparison
equal deleted inserted replaced
1219:794b64e62e58 1220:a68d407f9752
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 //*********************************************************************//