aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a6d02e1..0a2c22d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -16,9 +16,10 @@ WITH REGARD TO THIS SOFTWARE.
16// + Look back again at the emulator issues... (I give up) 16// + Look back again at the emulator issues... (I give up)
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// - Fix any bugs we currently have 20// - Fix any bugs we currently have
20// - Add an envelope to ch3, would need to work with a timer in order to make 21// - Add an envelope to ch3, would need to work with a timer in order to make
21// it work I think. 22// it work I think (Can reuse the 96bpq sequencer timer for this).
22// - Hold L/R retriggers at short intervals? 23// - Hold L/R retriggers at short intervals?
23// - Channel params should show if there are some already on all triggers and 24// - Channel params should show if there are some already on all triggers and
24// modify only the selected parameter, not all of them. 25// modify only the selected parameter, not all of them.