mirror of
https://github.com/thestk/stk
synced 2026-01-18 23:21:53 +00:00
A few more RtError updates in documentation and .dsp files.
This commit is contained in:
@@ -212,7 +212,7 @@ int main( int argc,char *argv[] )
|
||||
try {
|
||||
midiin = new RtMidiIn();
|
||||
}
|
||||
catch (RtError &error) {
|
||||
catch (RtMidiError &error) {
|
||||
error.printMessage();
|
||||
if ( file != NULL ) fclose( file );
|
||||
exit(EXIT_FAILURE);
|
||||
@@ -233,7 +233,7 @@ int main( int argc,char *argv[] )
|
||||
try {
|
||||
midiin->openPort( port );
|
||||
}
|
||||
catch (RtError &error) {
|
||||
catch (RtMidiError &error) {
|
||||
error.printMessage();
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user