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

Small fix for using curretn drumsamples.h.

pull/107/head
Holger Wirtz 4 years ago
parent 6e27877141
commit 828cf443c6
  1. 4
      config.h

@ -116,7 +116,7 @@
#define DRUM_MIDI_CHANNEL 10
// NUMBER OF SAMPLES IN DRUMSET
#define NUM_DRUMSET_CONFIG 69
#define NUM_DRUMSET_CONFIG 70
// SEQUENCER
@ -297,7 +297,7 @@
#define BANK_NAME_LEN 11 // 10 (plus '\0')
#define VOICE_NAME_LEN 12 // 11 (plus '\0')
#define FILENAME_LEN BANK_NAME_LEN + VOICE_NAME_LEN
#define DRUM_NAME_LEN 9
#define DRUM_NAME_LEN 17
#define FX_CONFIG_PATH "FXCFG"
#define FX_CONFIG_NAME "FXCFG"

Loading…
Cancel
Save