From 40d22c55381f02053b8a076c633325f845db2ea2 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 7 Feb 2024 14:34:00 +0100 Subject: Prepare for release --- src/main.c | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 834127d..170e0e0 100644 --- a/src/main.c +++ b/src/main.c @@ -9,42 +9,6 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE. */ -// TODO: A list of features I would like to get to implement in the near future. -// -// Remaining issues: -// -// + Higher resolution clock to allow for microtiming and more accurate tempo. -// + Look back again at the emulator issues... (I give up) -// + Sync via MIDI with the Analogue cables. -// + Fix bank switching behaviour (bug) -// + Fix bug: Clipboard doesn't copy probability/pan? maybe others? -// + Add more sync options -// + When switching sync, play status acts wonky (bug) -// + Channel params should show if there are some already on all triggers and -// modify only the selected parameter, not all of them. -// + Channel params (ALL) editing should only copy the value under the cursor. -// + Fix scale being active for noise channel (makes no sense) -// + Save scale on metadata -// + Allow using B + dpad to nudge trigs. This will potentially mean switching -// + 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 A+B on ch3 -// + Make sure Attack/Decay are grey for A+B -// + Add help for attack/decay on ch3 -// + Bad performance when selecting patterns? -// + Make sure the chain is always shown on the notification bar if playing -// + Add more sync in/out options -// + Add more help hints when holding SEL -// + Add AD envelope drawing instead of numbers. -// - Fix any bugs we currently have -// - Add clipboard sharing between banks. -// - Study saving overhauls for bootleg cartridges. -// - Add tap tempo for BPM. -// - Improve interrupt handler to allow nesting/prioritization. -// - #include "gba/gba.h" #define PROF_ENABLE 0 -- cgit v1.2.1