aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mdaCombo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaCombo.cpp b/src/mdaCombo.cpp
index da49c19..614071d 100644
--- a/src/mdaCombo.cpp
+++ b/src/mdaCombo.cpp
@@ -85,7 +85,7 @@ void mdaCombo::setParameter(LvzInt32 index, float value)
del2 = int(getSampleRate() / 3315.f);
break;
- case 5: trim = 0.59f; lpf = lpf = filterFreq(2795.f);
+ case 5: trim = 0.59f; lpf = filterFreq(2795.f);
mix1 = -0.29f; mix2 = 0.38f; //Marshall 4x12" celestion
del1 = int(getSampleRate() / 982.f);
del2 = int(getSampleRate() / 2402.f);