diff --git a/config.h b/config.h index 6cdbd01..279aa6f 100644 --- a/config.h +++ b/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"