aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index a068bc8..2731b6a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -29,15 +29,16 @@ WITH REGARD TO THIS SOFTWARE.
29// to key release to enable trigs. 29// to key release to enable trigs.
30// + Fix bug with not being able to stop the sound when synced 30// + Fix bug with not being able to stop the sound when synced
31// + Add attack and decay envelope for ch3 (synced to tempo) 31// + Add attack and decay envelope for ch3 (synced to tempo)
32// + Fix A+B on ch3
33// + Make sure Attack/Decay are grey for A+B
34// + Add help for attack/decay on ch3
32// - Fix any bugs we currently have 35// - Fix any bugs we currently have
33// - Add clipboard sharing between banks. 36// - Add clipboard sharing between banks.
34// - Make sure transposing a sequence past the keyboard limit doesn't affect 37// - Make sure transposing a sequence past the keyboard limit doesn't affect
35// the sequence and can be reversed. 38// the sequence and can be reversed.
36// - Study saving overhauls for bootleg cartridges. 39// - Study saving overhauls for bootleg cartridges.
37// - When putting a new trigger, make sure it uses the global parameters 40// - When putting a new trigger, make sure it uses the global parameters
38// - Bad performance when selecting patterns 41// - Bad performance when selecting patterns?
39// - Add help for attack/decay on ch3
40// - Fix A+B on ch3
41// 42//
42// Low priority: 43// Low priority:
43// 44//