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:
parent
70aa86413a
commit
fec19eeade
1 changed files with 2 additions and 0 deletions
|
|
@ -581,6 +581,8 @@ public:
|
|||
|
||||
stop (false);
|
||||
|
||||
updateDetailsFromDevice();
|
||||
|
||||
activeInputChans = inputChannels;
|
||||
activeInputChans.setRange (inChanNames.size(),
|
||||
activeInputChans.getHighestBit() + 1 - inChanNames.size(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue