From ffdbbc90f042ba18697c78dfa3ab74640085a429 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 24 Apr 2023 18:09:44 +0200 Subject: Add grey foreground for global parameter select This only happens if we are not changing parameters, makes for a better separation of the trigs and global params, since those are destructive. --- src/main.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 3a1c1d7..2693d51 100644 --- a/src/main.c +++ b/src/main.c @@ -26,7 +26,7 @@ WITH REGARD TO THIS SOFTWARE. // + Per channel sound adjustments that modify the sound in all trigs. // + Basic support. // + Allow pasting parameters if they have been copied. -// - Draw the global params in grey if they haven't been adjusted or aren't +// + Draw the global params in grey if they haven't been adjusted or aren't // currently selected. // + Draw missing cursor. // + Per-octave note adjustment with Select + L/R on a trig. @@ -39,6 +39,12 @@ WITH REGARD TO THIS SOFTWARE. // - Sync via MIDI via arduinoboy or something similar. // - Sync via CV by using the link cable. // +// Bugfixes +// - Sound can get hung up sometimes, but I can't reproduce when this happens. +// Not sure if this is an emulator thing or happens also in hardware. +// - Cursor can stay in position instead of dissapering, again I can't +// reproduce this right now, just happened randomly. Needs investigation. +// // FIXME: Update readme and project pages with control changes. #include "gba/gba.h" -- cgit v1.2.1