From b3f13f3182f31527493c178857100fc1f652c240 Mon Sep 17 00:00:00 2001 From: positionhigh Date: Tue, 10 Aug 2021 18:58:23 +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 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/UI.hpp b/UI.hpp index 411e1ed..8e089bb 100644 --- a/UI.hpp +++ b/UI.hpp @@ -4413,7 +4413,7 @@ void UI_func_sequencer(uint8_t param) lcd.print("Swap Pattern:"); temp_int = seq_active_track + 1; if (temp_int > 9)temp_int = 0; - seq_menu = 32; + seq_menu = 30; //seq_printAllSeqSteps(); } else if ( (seq_content_type[seq_active_track] == 0 && activesample == NUM_DRUMSET_CONFIG + 2) || (seq_content_type[seq_active_track] == 1 && temp_int == 112) ) @@ -4627,6 +4627,13 @@ void UI_func_sequencer(uint8_t param) lcd.print(seq_find_shortname(seq_menu - 2)[0]); } } + + lcd.setCursor(0, 1); + lcd.print(activesample); +lcd.setCursor(7, 1); + lcd.print(seq_menu); + + if (LCDML.FUNC_close()) // ****** STABLE END ********* { encoderDir[ENC_R].reset();