From 2b2c118c08a3d049bc8986b0d16ac583f26dcf8f Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 6 Jan 2024 16:54:38 +0100 Subject: Add some more tasks --- src/main.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/main.c b/src/main.c index 0a2c22d..8353d34 100644 --- a/src/main.c +++ b/src/main.c @@ -17,16 +17,18 @@ WITH REGARD TO THIS SOFTWARE. // + Sync via MIDI with the Analogue cables. // + Fix bank switching behaviour (bug) // + Add more sync options -// - 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). -// - Hold L/R retriggers at short intervals? // - 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? -// - Add clipboard sharing between banks. +// - Save scale on the bank +// - Hold L/R retriggers at short intervals? // - 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. // - Make sure transposing a sequence past the keyboard limit doesn't affect // the sequence and can be reversed. // - Study saving overhauls for bootleg cartridges. -- cgit v1.2.1