aboutsummaryrefslogtreecommitdiffstats
path: root/src/sequencer.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-12 19:34:25 +0200
committerBad Diode <bd@badd10de.dev>2023-07-12 19:34:25 +0200
commit8fa42f9f9107f460b49fa7ab171529942e66e7ea (patch)
tree3965abb20cfcf43173841543e115cfb1f550450c /src/sequencer.c
parent20b1b448b7a1c8e22cb2e0f2d6294533f7a220af (diff)
downloadstepper-8fa42f9f9107f460b49fa7ab171529942e66e7ea.tar.gz
stepper-8fa42f9f9107f460b49fa7ab171529942e66e7ea.zip
Add optional help prompt to the notif bar
Diffstat (limited to 'src/sequencer.c')
-rw-r--r--src/sequencer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sequencer.c b/src/sequencer.c
index a22c219..5b70bb2 100644
--- a/src/sequencer.c
+++ b/src/sequencer.c
@@ -70,6 +70,7 @@ play_step(void) {
70 | sound_rates[trig->note]; 70 | sound_rates[trig->note];
71 } 71 }
72 } else { 72 } else {
73 SOUND_SQUARE1_SWEEP = 0;
73 SOUND_SQUARE1_CTRL = 0; 74 SOUND_SQUARE1_CTRL = 0;
74 SOUND_SQUARE1_FREQ = 0; 75 SOUND_SQUARE1_FREQ = 0;
75 } 76 }