mirror of
https://github.com/thestk/stk
synced 2026-01-16 14:21:53 +00:00
Updated to new releases of RtAudio and RtMidi.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user