aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index cea35f6..a068bc8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -28,9 +28,8 @@ WITH REGARD TO THIS SOFTWARE.
28// + Hold L/R retriggers at short intervals? 28// + Hold L/R retriggers at short intervals?
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// - Fix any bugs we currently have 32// - Fix any bugs we currently have
32// - Add an envelope to ch3, would need to work with a timer in order to make
33// it work I think (Can reuse the 96bpq sequencer timer for this).
34// - Add clipboard sharing between banks. 33// - Add clipboard sharing between banks.
35// - Make sure transposing a sequence past the keyboard limit doesn't affect 34// - Make sure transposing a sequence past the keyboard limit doesn't affect
36// the sequence and can be reversed. 35// the sequence and can be reversed.
@@ -38,6 +37,7 @@ WITH REGARD TO THIS SOFTWARE.
38// - When putting a new trigger, make sure it uses the global parameters 37// - When putting a new trigger, make sure it uses the global parameters
39// - Bad performance when selecting patterns 38// - Bad performance when selecting patterns
40// - Add help for attack/decay on ch3 39// - Add help for attack/decay on ch3
40// - Fix A+B on ch3
41// 41//
42// Low priority: 42// Low priority:
43// 43//