aboutsummaryrefslogtreecommitdiffstats
path: root/src/globals.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-21 18:47:58 +0200
committerBad Diode <bd@badd10de.dev>2023-07-21 18:47:58 +0200
commited6f5a9dee2393a71343826eda27a97ad3d6bda4 (patch)
tree5cd83615370bc7ff8a611ca701af47e3e36c610d /src/globals.c
parentabd10d9f6e048bb8cb21d2618f16e48ff5f781f2 (diff)
downloadstepper-ed6f5a9dee2393a71343826eda27a97ad3d6bda4.tar.gz
stepper-ed6f5a9dee2393a71343826eda27a97ad3d6bda4.zip
Add new UI for noise channel
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c2
1 files changed, 1 insertions, 1 deletions
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 @@
5static int step_counter = 0; 5static int step_counter = 0;
6int trig_selection_loc = 0; 6int trig_selection_loc = 0;
7int param_selection_loc = 0; 7int param_selection_loc = 0;
8int channel_selection_loc = 0; 8int channel_selection_loc = 3;
9int pattern_selection_loc = 0; 9int pattern_selection_loc = 0;
10int right_col_selection_loc = 0; 10int right_col_selection_loc = 0;
11int play_status = 0; 11int play_status = 0;