diff --git a/UI.hpp b/UI.hpp index 3949d11..efa94f9 100644 --- a/UI.hpp +++ b/UI.hpp @@ -5225,7 +5225,7 @@ void UI_func_seq_pattern_editor(uint8_t param) seq_note_in = 0; } else if (seq_running == true && seq_recording == true) { - handleStop(); + handleStop(); } } else if ( seq_menu == 2 && seq_active_function != 40) { @@ -5709,7 +5709,7 @@ void UI_func_arpeggio(uint8_t param) if (seq_running) { seq_running = !seq_running; - handleStop(); + handleStop(); arp_refresh_display_play_status(); seq_step = 0; arp_octave = 0; diff --git a/config.h b/config.h index b5e9e5d..f77b5b4 100644 --- a/config.h +++ b/config.h @@ -119,15 +119,15 @@ #define DRUM_MIDI_CHANNEL 10 // NUMBER OF SAMPLES IN DRUMSET -#if defined(ARDUINO_TEENSY41) +#if defined(ARDUINO_TEENSY41) #define NUM_DRUMSET_CONFIG 71 #elif defined(TEENSY4) -#define NUM_DRUMSET_CONFIG 47 +#define NUM_DRUMSET_CONFIG 47 #else -#define NUM_DRUMSET_CONFIG 22 +#define NUM_DRUMSET_CONFIG 22 #endif -// SEQUENCER +// SEQUENCER #ifdef TEENSY4 #define NUM_SEQ_PATTERN 24