From 47e1e8a63d466ab540e39eaf0f87326e33f38c67 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 3 Apr 2023 21:12:11 +0200 Subject: Revert to default pattern location --- src/sequencer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sequencer.c') diff --git a/src/sequencer.c b/src/sequencer.c index 511e5e4..d0705a7 100644 --- a/src/sequencer.c +++ b/src/sequencer.c @@ -192,7 +192,7 @@ static int step_counter = 0; int trig_selection_loc = 0; int param_selection_loc = 0; int channel_selection_loc = 0; -int pattern_selection_loc = 1; +int pattern_selection_loc = 0; int play_status = 0; static int current_pattern = 0; static int next_pattern = 0; -- cgit v1.2.1