aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-03 21:12:11 +0200
committerBad Diode <bd@badd10de.dev>2023-04-03 21:12:11 +0200
commit47e1e8a63d466ab540e39eaf0f87326e33f38c67 (patch)
treea14751d60d0d7a2dcf3bbca13ac04c3b2c6c5169
parent0fdb142de3225dcc9f4b1eb940ec26ff869c0eb2 (diff)
downloadstepper-47e1e8a63d466ab540e39eaf0f87326e33f38c67.tar.gz
stepper-47e1e8a63d466ab540e39eaf0f87326e33f38c67.zip
Revert to default pattern location
-rw-r--r--src/sequencer.c2
1 files changed, 1 insertions, 1 deletions
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;
192int trig_selection_loc = 0; 192int trig_selection_loc = 0;
193int param_selection_loc = 0; 193int param_selection_loc = 0;
194int channel_selection_loc = 0; 194int channel_selection_loc = 0;
195int pattern_selection_loc = 1; 195int pattern_selection_loc = 0;
196int play_status = 0; 196int play_status = 0;
197static int current_pattern = 0; 197static int current_pattern = 0;
198static int next_pattern = 0; 198static int next_pattern = 0;