diff --git a/src/core/FxMixer.cpp b/src/core/FxMixer.cpp index 982620c98..5739cc2a6 100644 --- a/src/core/FxMixer.cpp +++ b/src/core/FxMixer.cpp @@ -443,7 +443,7 @@ void FxMixer::addChannelLeaf( int _ch, sampleFrame * _buf ) FxChannel * thisCh = m_fxChannels[_ch]; // if we're muted or this channel is seen already, discount it - if( thisCh->m_muteModel.value() || thisCh->m_queued ) + if( thisCh->m_queued ) { return; }