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
Removed a stray logging statement from the WASAPI code
tags/2021-05-28
ed
6 years ago
parent
e5204bafe9
commit
8346b578b5
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
modules/juce_audio_devices/native/juce_win32_WASAPI.cpp
+ 0
- 1
modules/juce_audio_devices/native/juce_win32_WASAPI.cpp
View File
@@ -509,7 +509,6 @@ private:
JUCE_COMRESULT OnSessionDisconnected (AudioSessionDisconnectReason reason)
{
Logger::writeToLog("OnSessionDisconnected");
if (reason == DisconnectReasonFormatChanged)
owner.deviceSampleRateChanged();
Write
Preview
Loading…
Cancel
Save