From d9f6f7f7636cb989470282370800aa23d80c432e Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 7 Jan 2024 20:32:33 +0100 Subject: Fix sync switching bug --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 8353d34..5907a30 100644 --- a/src/main.c +++ b/src/main.c @@ -17,6 +17,7 @@ WITH REGARD TO THIS SOFTWARE. // + Sync via MIDI with the Analogue cables. // + Fix bank switching behaviour (bug) // + Add more sync options +// + When switching sync, play status acts wonky (bug) // - Channel params should show if there are some already on all triggers and // modify only the selected parameter, not all of them. // - Should scale mode be toggleable? @@ -25,7 +26,6 @@ WITH REGARD TO THIS SOFTWARE. // - Allow using B + dpad to nudge trigs. This will potentially mean switching // to key release to enable trigs. // - Fix any bugs we currently have -// - When switching sync, play status acts wonky // - 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). // - Add clipboard sharing between banks. -- cgit v1.2.1