Small fix for using curretn drumsamples.h.

pull/107/head
Holger Wirtz 3 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