1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

ASIO: Update the sample rate when resetting device so it is in sync with control panels

This commit is contained in:
ed 2019-07-15 16:40:25 +01:00
parent d2a90d1ee2
commit dc81c295cd

View file

@ -459,6 +459,8 @@ public:
if (initError.isNotEmpty())
JUCE_ASIO_LOG ("ASIOInit: " + initError);
setSampleRate (getSampleRate());
needToReset = false;
}