Fix fxmixer bug where fx chains get shut off when multiple channels are chained together
This commit is contained in:
@@ -131,9 +131,8 @@ void FxChannel::doProcessing( sampleFrame * _buf )
|
||||
_buf[f][0] += ch_buf[f][0] * v;
|
||||
_buf[f][1] += ch_buf[f][1] * v;
|
||||
}
|
||||
m_hasInput = true;
|
||||
}
|
||||
// if sender channel hasInput, then we hasInput too
|
||||
if( sender->m_hasInput ) { m_hasInput = true; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user