summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainslot.cpp
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-04-03 13:55:46 -0500
committerBe <be@mixxx.org>2020-04-03 13:55:46 -0500
commite3fdb9b1fe0f920b69abd9b9e515a469a6311005 (patch)
treecaa9175e41c999ae6a31b9ebbbccf14cb76f6d01 /src/effects/effectchainslot.cpp
parent51f68577b711edf52de1b523e356ca01c16c5951 (diff)
EffectChainSlot: set Dry/Wet as default mix mode
Diffstat (limited to 'src/effects/effectchainslot.cpp')
-rw-r--r--src/effects/effectchainslot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effects/effectchainslot.cpp b/src/effects/effectchainslot.cpp
index 5c0ddf0ae2..7ebf5ba8e7 100644
--- a/src/effects/effectchainslot.cpp
+++ b/src/effects/effectchainslot.cpp
@@ -28,6 +28,7 @@ EffectChainSlot::EffectChainSlot(const QString& group,
m_id(id),
m_name(""),
m_description(""),
+ m_mixMode(EffectChainMixMode::DrySlashWet),
m_signalProcessingStage(stage),
m_pEngineEffectChain(nullptr) {
// qDebug() << "EffectChainSlot::EffectChainSlot " << group << ' ' << iChainNumber;