aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index cec540e..8760b2a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -34,15 +34,13 @@ WITH REGARD TO THIS SOFTWARE.
34// + Make sure Attack/Decay are grey for A+B 34// + Make sure Attack/Decay are grey for A+B
35// + Add help for attack/decay on ch3 35// + Add help for attack/decay on ch3
36// + Bad performance when selecting patterns? 36// + Bad performance when selecting patterns?
37// + Make sure the chain is always shown on the notification bar if playing
38// + Add more sync in/out options
39// + Add more help hints when holding SEL
37// - Fix any bugs we currently have 40// - Fix any bugs we currently have
38// - Add clipboard sharing between banks. 41// - Add clipboard sharing between banks.
39// - Make sure transposing a sequence past the keyboard limit doesn't affect
40// the sequence and can be reversed.
41// - Study saving overhauls for bootleg cartridges. 42// - Study saving overhauls for bootleg cartridges.
42// - When putting a new trigger, make sure it uses the global parameters
43// - Improve memcpy32 performance (ASM?). We use it a lot in expensive places.
44// - Add tap tempo for BPM. 43// - Add tap tempo for BPM.
45// - Improve drawing routines even more (ASM?).
46// - Improve interrupt handler to allow nesting/prioritization. 44// - Improve interrupt handler to allow nesting/prioritization.
47// 45//
48 46