aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.