aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-06 16:54:38 +0100
committerBad Diode <bd@badd10de.dev>2024-01-06 16:54:38 +0100
commit2b2c118c08a3d049bc8986b0d16ac583f26dcf8f (patch)
treeeb10e85db4e9f1532df4e84829b44eb90449bdf9
parentfcef6e404587accd09439739a7e660f1d94069a1 (diff)
downloadstepper-2b2c118c08a3d049bc8986b0d16ac583f26dcf8f.tar.gz
stepper-2b2c118c08a3d049bc8986b0d16ac583f26dcf8f.zip
Add some more tasks
-rw-r--r--src/main.c12
1 files 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.
17// + Sync via MIDI with the Analogue cables. 17// + Sync via MIDI with the Analogue cables.
18// + Fix bank switching behaviour (bug) 18// + Fix bank switching behaviour (bug)
19// + Add more sync options 19// + Add more sync options
20// - Fix any bugs we currently have
21// - Add an envelope to ch3, would need to work with a timer in order to make
22// it work I think (Can reuse the 96bpq sequencer timer for this).
23// - Hold L/R retriggers at short intervals?
24// - Channel params should show if there are some already on all triggers and 20// - Channel params should show if there are some already on all triggers and
25// modify only the selected parameter, not all of them. 21// modify only the selected parameter, not all of them.
26// - Should scale mode be toggleable? 22// - Should scale mode be toggleable?
27// - Add clipboard sharing between banks. 23// - Save scale on the bank
24// - Hold L/R retriggers at short intervals?
28// - Allow using B + dpad to nudge trigs. This will potentially mean switching 25// - Allow using B + dpad to nudge trigs. This will potentially mean switching
29// to key release to enable trigs. 26// to key release to enable trigs.
27// - Fix any bugs we currently have
28// - When switching sync, play status acts wonky
29// - Add an envelope to ch3, would need to work with a timer in order to make
30// it work I think (Can reuse the 96bpq sequencer timer for this).
31// - Add clipboard sharing between banks.
30// - Make sure transposing a sequence past the keyboard limit doesn't affect 32// - Make sure transposing a sequence past the keyboard limit doesn't affect
31// the sequence and can be reversed. 33// the sequence and can be reversed.
32// - Study saving overhauls for bootleg cartridges. 34// - Study saving overhauls for bootleg cartridges.