From fec19eeadebd896c077dd3355fcd93acdf1e37b5 Mon Sep 17 00:00:00 2001 From: tpoole Date: Wed, 20 Sep 2017 09:56:44 +0100 Subject: [PATCH] MacOS: Fixed a bug detecting changes to the number of hardware output channels --- modules/juce_audio_devices/native/juce_mac_CoreAudio.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/juce_audio_devices/native/juce_mac_CoreAudio.cpp b/modules/juce_audio_devices/native/juce_mac_CoreAudio.cpp index 4442d15603..40629e7a69 100644 --- a/modules/juce_audio_devices/native/juce_mac_CoreAudio.cpp +++ b/modules/juce_audio_devices/native/juce_mac_CoreAudio.cpp @@ -581,6 +581,8 @@ public: stop (false); + updateDetailsFromDevice(); + activeInputChans = inputChannels; activeInputChans.setRange (inChanNames.size(), activeInputChans.getHighestBit() + 1 - inChanNames.size(),