From 505b77cf2b955d01016707bd216cca1dae174c36 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 16 Jan 2024 11:13:12 +0100 Subject: Add Attack/Decay envelope to CH3 --- src/main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/main.c') 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. // 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 A+B on ch3 +// + Make sure Attack/Decay are grey for A+B +// + Add help for attack/decay on ch3 // - Fix any bugs we currently have // - Add clipboard sharing between banks. // - Make sure transposing a sequence past the keyboard limit doesn't affect // the sequence and can be reversed. // - Study saving overhauls for bootleg cartridges. // - 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 +// - Bad performance when selecting patterns? // // Low priority: // -- cgit v1.2.1