aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 2e64275..a6d02e1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -13,13 +13,13 @@ WITH REGARD TO THIS SOFTWARE.
13// 13//
14// High priority: 14// High priority:
15// + Higher resolution clock to allow for microtiming and more accurate tempo. 15// + Higher resolution clock to allow for microtiming and more accurate tempo.
16// - Look back again at the emulator issues... 16// + Look back again at the emulator issues... (I give up)
17// + Sync via MIDI with the Analogue cables.
18// + Fix bank switching behaviour (bug)
17// - Fix any bugs we currently have 19// - Fix any bugs we currently have
18// - Possible that when we switched banks there is some weird ui behaviour.
19// - Add an envelope to ch3, would need to work with a timer in order to make 20// - Add an envelope to ch3, would need to work with a timer in order to make
20// it work I think. 21// it work I think.
21// - Hold L/R retriggers at short intervals? 22// - Hold L/R retriggers at short intervals?
22// - Sync via MIDI with the Analogue cables.
23// - Channel params should show if there are some already on all triggers and 23// - Channel params should show if there are some already on all triggers and
24// modify only the selected parameter, not all of them. 24// modify only the selected parameter, not all of them.
25// - Should scale mode be toggleable? 25// - Should scale mode be toggleable?