From c56acc5cd6bd6de1a2d5184d91798ab6c81c4322 Mon Sep 17 00:00:00 2001 From: positionhigh Date: Sat, 11 Sep 2021 19:40:52 +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 --- sequencer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequencer.cpp b/sequencer.cpp index e5ffada..4b5f01f 100644 --- a/sequencer.cpp +++ b/sequencer.cpp @@ -39,7 +39,7 @@ void sequencer_part1(void) for (uint8_t d = 0; d < NUM_SEQ_TRACKS; d++) { - if (seq_patternchain[seq_chain_active_step][d] != 99 ) // sequence not empty + if (seq_patternchain[seq_chain_active_step][d] < NUM_SEQ_PATTERN ) // sequence not empty or muted { if ( seq_track_type[d] == 0) { // drum track (drum samples and pitched one-shot samples)