From ed6f5a9dee2393a71343826eda27a97ad3d6bda4 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Fri, 21 Jul 2023 18:47:58 +0200 Subject: Add new UI for noise channel --- src/globals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/globals.c') diff --git a/src/globals.c b/src/globals.c index 758f3b5..cd9fe72 100644 --- a/src/globals.c +++ b/src/globals.c @@ -5,7 +5,7 @@ static int step_counter = 0; int trig_selection_loc = 0; int param_selection_loc = 0; -int channel_selection_loc = 0; +int channel_selection_loc = 3; int pattern_selection_loc = 0; int right_col_selection_loc = 0; int play_status = 0; -- cgit v1.2.1