Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/3ad706aaf431b73f6f339b90bf77b8a325c9ea78?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Small fixes.

pull/48/head
Holger Wirtz 4 years ago
parent 09622a5c73
commit 3ad706aaf4
  1. 2
      MicroDexed.ino
  2. 1
      UI.hpp

@ -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)));

@ -39,7 +39,6 @@
#include "synth_dexed.h"
#include <LCDMenuLib2.h>
//#include <Encoder.h>
#include <MD_REncoder.h>
#define _LCDML_DISP_cols LCD_cols

Loading…
Cancel
Save