aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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.
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// + When switching sync, play status acts wonky (bug)
20// - Channel params should show if there are some already on all triggers and 21// - Channel params should show if there are some already on all triggers and
21// modify only the selected parameter, not all of them. 22// modify only the selected parameter, not all of them.
22// - Should scale mode be toggleable? 23// - Should scale mode be toggleable?
@@ -25,7 +26,6 @@ WITH REGARD TO THIS SOFTWARE.
25// - Allow using B + dpad to nudge trigs. This will potentially mean switching 26// - Allow using B + dpad to nudge trigs. This will potentially mean switching
26// to key release to enable trigs. 27// to key release to enable trigs.
27// - Fix any bugs we currently have 28// - 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 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). 30// it work I think (Can reuse the 96bpq sequencer timer for this).
31// - Add clipboard sharing between banks. 31// - Add clipboard sharing between banks.