From 3ad706aaf431b73f6f339b90bf77b8a325c9ea78 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Wed, 21 Jul 2021 15:07:38 +0200 Subject: [PATCH] Small fixes. --- MicroDexed.ino | 2 ++ UI.hpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MicroDexed.ino b/MicroDexed.ino index 81bd259..7558ada 100644 --- a/MicroDexed.ino +++ b/MicroDexed.ino @@ -2052,8 +2052,10 @@ void set_fx_params(void) freeverb.damping(mapfloat(configuration.fx.reverb_damping, REVERB_DAMPING_MIN, REVERB_DAMPING_MAX, 0.0, 1.0)); #endif +#ifdef NUM_DRUMS reverb_mixer_r.gain(4, 1.0); reverb_mixer_l.gain(4, 1.0); +#endif master_mixer_r.gain(3, pseudo_log_curve(mapfloat(configuration.fx.reverb_level, REVERB_LEVEL_MIN, REVERB_LEVEL_MAX, 0.0, 1.0))); master_mixer_l.gain(3, pseudo_log_curve(mapfloat(configuration.fx.reverb_level, REVERB_LEVEL_MIN, REVERB_LEVEL_MAX, 0.0, 1.0))); diff --git a/UI.hpp b/UI.hpp index 632ffcf..9693500 100644 --- a/UI.hpp +++ b/UI.hpp @@ -39,7 +39,6 @@ #include "synth_dexed.h" #include -//#include #include #define _LCDML_DISP_cols LCD_cols