From 8fa42f9f9107f460b49fa7ab171529942e66e7ea Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 12 Jul 2023 19:34:25 +0200 Subject: Add optional help prompt to the notif bar --- src/sequencer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sequencer.c') 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) { | sound_rates[trig->note]; } } else { + SOUND_SQUARE1_SWEEP = 0; SOUND_SQUARE1_CTRL = 0; SOUND_SQUARE1_FREQ = 0; } -- cgit v1.2.1