Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/8c6657618d2cdc23f5173f69d98527d2156ef4ac You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixing per voice volume setting.

pull/32/head
Holger Wirtz 5 years ago
parent d0b6ec47e3
commit 8c6657618d
  1. 4
      config.h

@ -405,9 +405,9 @@
#define TUNE_DEFAULT 100
#define SOUND_INTENSITY_MIN 0
#define SOUND_INTENSITY_MAX 200
#define SOUND_INTENSITY_MAX 127
#define SOUND_INTENSITY_DEFAULT 100
#define SOUND_INTENSITY_AMP_MAX 2.0
#define SOUND_INTENSITY_AMP_MAX 1.27
#define POLYPHONY_MIN 0
#define POLYPHONY_MAX MAX_NOTES

Loading…
Cancel
Save