From ad95a78c97f51dc61741ca2ce64e18b5baeca149 Mon Sep 17 00:00:00 2001 From: positionhigh Date: Sat, 18 Sep 2021 18:36:02 +0200 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9E=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI.hpp | 4 ++-- config.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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