From 828cf443c6db6e174667db794f398c993008a635 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Sat, 4 Sep 2021 20:14:08 +0200 Subject: [PATCH] Small fix for using curretn drumsamples.h. --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"