This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
ASIO: Update the sample rate when resetting device so it is in sync with control panels
tags/2021-05-28
ed
5 years ago
parent
d2a90d1ee2
commit
dc81c295cd
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/juce_audio_devices/native/juce_win32_ASIO.cpp
+ 2
- 0
modules/juce_audio_devices/native/juce_win32_ASIO.cpp
View File
@@ -459,6 +459,8 @@ public:
if (initError.isNotEmpty())
if (initError.isNotEmpty())
JUCE_ASIO_LOG ("ASIOInit: " + initError);
JUCE_ASIO_LOG ("ASIOInit: " + initError);
setSampleRate (getSampleRate());
needToReset = false;
needToReset = false;
}
}
Write
Preview
Loading…
Cancel
Save