Mercurial > hg > svcore
diff 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 |
line wrap: on
line diff
--- a/data/midi/rtmidi/RtMidi.cpp Wed Oct 19 09:11:51 2016 +0100 +++ b/data/midi/rtmidi/RtMidi.cpp Wed Oct 19 17:33:32 2016 +0100 @@ -63,7 +63,7 @@ #endif } else { - cerr << '\n' << errorString_ << "\n\n"; + cerr << "\nRtMidi error: " << errorString_ << "\n\n"; throw RtError( errorString_, type ); } }