Updated to new releases of RtAudio and RtMidi.

This commit is contained in:
Gary Scavone
2014-04-11 09:29:42 -04:00
parent 3ee62e42d0
commit caf7d2f2eb
10 changed files with 2751 additions and 1926 deletions

View File

@@ -255,7 +255,7 @@ bool Messager :: startMidiInput( int port )
if ( port == -1 ) data_.midi->openVirtualPort();
else data_.midi->openPort( (unsigned int)port );
}
catch ( RtError &error ) {
catch ( RtMidiError &error ) {
oStream_ << "Messager::startMidiInput: error creating RtMidiIn instance (" << error.getMessage() << ").";
handleError( StkError::WARNING );
return false;