mirror of
https://github.com/thestk/stk
synced 2026-01-16 22:31:52 +00:00
Updated to new releases of RtAudio and RtMidi.
This commit is contained in:
@@ -86,7 +86,7 @@ RtWvIn :: RtWvIn( unsigned int nChannels, StkFloat sampleRate, int device, int b
|
||||
try {
|
||||
adc_.openStream( NULL, ¶meters, format, (unsigned int)Stk::sampleRate(), &size, &read, (void *)this );
|
||||
}
|
||||
catch ( RtError &error ) {
|
||||
catch ( RtAudioError &error ) {
|
||||
handleError( error.what(), StkError::AUDIO_SYSTEM );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user