From 7eb8af4195890668eab9d9c5b42aa67a8144920d Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Wed, 21 Dec 2016 19:28:33 +0000 Subject: [PATCH] Fixing the out-amp against overdive. --- src/dexed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dexed.cpp b/src/dexed.cpp index 887ae4f..6717b6d 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; + fx.uiGain=f_gain-0.25; refreshVoice=true; }