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; }