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:
parent
d2a90d1ee2
commit
dc81c295cd
1 changed files with 2 additions and 0 deletions
|
|
@ -459,6 +459,8 @@ public:
|
|||
if (initError.isNotEmpty())
|
||||
JUCE_ASIO_LOG ("ASIOInit: " + initError);
|
||||
|
||||
setSampleRate (getSampleRate());
|
||||
|
||||
needToReset = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue