From 55c869ed1d89ce236205bbe3a9e47f9ee3ee19c9 Mon Sep 17 00:00:00 2001 From: positionhigh Date: Fri, 15 Oct 2021 17:57:53 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9E?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 498a234..2e42506 100644 --- a/config.h +++ b/config.h @@ -124,7 +124,7 @@ #elif defined(TEENSY4) #define NUM_DRUMSET_CONFIG 47 #else -#define NUM_DRUMSET_CONFIG 22 +#define NUM_DRUMSET_CONFIG 19 #endif // SEQUENCER From 82d9de535e908374d47de8a3985d20242d054f0b Mon Sep 17 00:00:00 2001 From: positionhigh Date: Fri, 15 Oct 2021 17:58:34 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9E?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drumset.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drumset.h b/drumset.h index eae337e..9bbddbc 100644 --- a/drumset.h +++ b/drumset.h @@ -219851,6 +219851,7 @@ PROGMEM const uint8_t DRUM_Casta[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, }; +#ifdef TEENSY4 // Converted from CR78Kick.wav, length = 10048 bytes PROGMEM const uint8_t DRUM_Cr78kick[] = { 0x3b, 0x00, 0xa7, 0xff, 0x10, 0x00, 0x29, 0xf9, 0xdc, 0xf1, 0x8a, 0xf7, @@ -224616,6 +224617,7 @@ PROGMEM const uint8_t DRUM_Cr78tmb2[] = { 0x71, 0x00, 0x1c, 0x00, 0xc7, 0xff, 0x7f, 0xff, 0x68, 0xff, 0x8c, 0xff , 0x00, 0x00, 0x00, 0x00, }; +#endif // Converted from Crash1.wav, length = 72768 bytes PROGMEM const uint8_t DRUM_Crash1[] = { 0x75, 0x00, 0x74, 0x00, 0x89, 0x00, 0x5f, 0x00, 0x70, 0x00, 0x4e, 0x00, @@ -276890,6 +276892,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] = 0.0, 0.0 }, +#ifdef TEENSY4 { DRUM_BASS, MIDI_B5, @@ -276932,6 +276935,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] = 0.0, 0.0 }, +#endif { DRUM_BASS, MIDI_D6,