mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
This commit is contained in:
parent
0d35c76c12
commit
a23b33b9eb
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ void AudioDeviceManager::setOutputChannels (const BitArray& newEnabledChannels,
|
|||
const bool treatAsChosenDevice)
|
||||
{
|
||||
if (currentAudioDevice != 0
|
||||
&& newEnabledChannels != inputChannels)
|
||||
&& newEnabledChannels != outputChannels)
|
||||
{
|
||||
setAudioDevice (currentAudioDevice->getName(),
|
||||
currentAudioDevice->getCurrentBufferSizeSamples(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue