1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

MacOS: Fixed a bug detecting changes to the number of hardware output channels

This commit is contained in:
tpoole 2017-09-20 09:56:44 +01:00
parent 70aa86413a
commit fec19eeade

View file

@ -581,6 +581,8 @@ public:
stop (false);
updateDetailsFromDevice();
activeInputChans = inputChannels;
activeInputChans.setRange (inChanNames.size(),
activeInputChans.getHighestBit() + 1 - inChanNames.size(),