From 8c33aeda7cd65a5797930340c2728a9464e98b9f Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 16 Jan 2024 10:32:28 +0100 Subject: [WIP] Full implementation of attack/decay for ch3 (bugs?) --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') 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. // + Hold L/R retriggers at short intervals? // to key release to enable trigs. // + Fix bug with not being able to stop the sound when synced +// + Add attack and decay envelope for ch3 (synced to tempo) // - Fix any bugs we currently have -// - Add an envelope to ch3, would need to work with a timer in order to make -// it work I think (Can reuse the 96bpq sequencer timer for this). // - Add clipboard sharing between banks. // - Make sure transposing a sequence past the keyboard limit doesn't affect // the sequence and can be reversed. @@ -38,6 +37,7 @@ WITH REGARD TO THIS SOFTWARE. // - When putting a new trigger, make sure it uses the global parameters // - Bad performance when selecting patterns // - Add help for attack/decay on ch3 +// - Fix A+B on ch3 // // Low priority: // -- cgit v1.2.1