1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
This commit is contained in:
jules 2007-08-13 13:17:57 +00:00
parent 0d35c76c12
commit a23b33b9eb

View file

@ -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(),