mirror of
https://github.com/thestk/stk
synced 2026-04-19 14:06:55 +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;
|
||||
}
|
||||
|
||||
@@ -151,11 +151,6 @@ SOURCE=..\..\include\RtAudio.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\RtError.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Resource Files"
|
||||
|
||||
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
||||
# End Group
|
||||
# End Target
|
||||
|
||||
@@ -151,11 +151,6 @@ SOURCE=..\..\include\RtAudio.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\RtError.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Resource Files"
|
||||
|
||||
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
||||
# End Group
|
||||
# End Target
|
||||
|
||||
@@ -99,10 +99,6 @@ SOURCE=..\..\src\RtMidi.cpp
|
||||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\RtError.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\RtMidi.h
|
||||
# End Source File
|
||||
# End Group
|
||||
|
||||
Reference in New Issue
Block a user