From e8f4708a6d809c33719ec2f773d23e05c8619b2b Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 15 Jan 2024 10:17:58 +0100 Subject: Fix bug when sound would not be stopped in link mode when toggling --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 6b7619f..5e18396 100644 --- a/src/main.c +++ b/src/main.c @@ -26,6 +26,7 @@ WITH REGARD TO THIS SOFTWARE. // + Allow using B + dpad to nudge trigs. This will potentially mean switching // + Hold L/R retriggers at short intervals? // to key release to enable trigs. +// + Fix bug with not being able to stop the sound when synced // - Fix any bugs we currently have // - Add an envelope to ch3, would need to work with a timer in order to make // it work I think (Can reuse the 96bpq sequencer timer for this). -- cgit v1.2.1