FxMixer: turn off effects

This commit is contained in:
Vesa
2014-04-26 06:16:51 +03:00
parent e4d21ad5f9
commit 7d5250b93a
2 changed files with 18 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ class FxChannel : public ThreadableJob
EffectChain m_fxChain;
// set to true when input fed from mixToChannel or child channel
bool m_hasInput;
// set to true if any effect in the channel is enabled and running
bool m_stillRunning;