From 1b12a2a2d63f18fab715c33c41cee26b310399f6 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Wed, 21 Dec 2016 19:57:01 +0000 Subject: [PATCH] Arrrggh! I am a fool in math... --- src/dexed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dexed.cpp b/src/dexed.cpp index 6717b6d..331ef30 100644 --- a/src/dexed.cpp +++ b/src/dexed.cpp @@ -161,7 +161,7 @@ void Dexed::set_params(void) } if(fx.uiGain!=f_gain) { - fx.uiGain=f_gain-0.25; + fx.uiGain=f_gain*0.8; refreshVoice=true; }