aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-07 20:32:33 +0100
committerBad Diode <bd@badd10de.dev>2024-01-07 20:32:58 +0100
commitd9f6f7f7636cb989470282370800aa23d80c432e (patch)
treeba401318cc9921c8b3fba1533fc5e7094b2970c4 /src/main.c
parent2b2c118c08a3d049bc8986b0d16ac583f26dcf8f (diff)
downloadstepper-d9f6f7f7636cb989470282370800aa23d80c432e.tar.gz
stepper-d9f6f7f7636cb989470282370800aa23d80c432e.zip
Fix sync switching bug
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.