Merge pull request 'Reduced Sample Set for T3.6' (#111) from positionhigh/MicroDexed:dev into dev

Reviewed-on: https://codeberg.org/dcoredump/MicroDexed/pulls/111
pull/112/head
Holger Wirtz 3 years ago
commit fad9c6f91b
  1. 2
      config.h
  2. 4
      drumset.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

@ -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,

Loading…
Cancel
Save