aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaCombo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaCombo.cpp')
-rw-r--r--src/mdaCombo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mdaCombo.cpp b/src/mdaCombo.cpp
index bd11605..69c8401 100644
--- a/src/mdaCombo.cpp
+++ b/src/mdaCombo.cpp
@@ -319,8 +319,6 @@ void mdaCombo::process(float **inputs, float **outputs, int32_t sampleFrames)
f5 = o2 * f5 + i2 * f4; f10 = o2 * f10 + i2 * f9;//high pass
b = f4 - f5; b2 = f9 - f10;
- bp = (bp==0)? 999 : bp - 1; //buffer position
-
*++out1 = c + b;
*++out2 = d + b2;
bp=bufpos;