summaryrefslogtreecommitdiff
path: root/muse/synti/organ/reverb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse/synti/organ/reverb.cpp')
-rw-r--r--muse/synti/organ/reverb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse/synti/organ/reverb.cpp b/muse/synti/organ/reverb.cpp
index 0ec29514..18376a8f 100644
--- a/muse/synti/organ/reverb.cpp
+++ b/muse/synti/organ/reverb.cpp
@@ -137,8 +137,8 @@ void Reverb::setMix(float value)
void Reverb::process(float* l, float* r, int n)
{
- float wet = wetLevel;
- float dry = 1.0 - wetLevel;
+ float wet = wetLevel;
+ float dry = 1.0 - wetLevel;
for (int i = 0; i < n; ++i) {
float outL = 0.0;