Fixing the out-amp against overdive.

pull/1/head
Holger Wirtz 8 years ago
parent f647d06181
commit 7eb8af4195
  1. 2
      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;
}

Loading…
Cancel
Save