aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-24 18:09:44 +0200
committerBad Diode <bd@badd10de.dev>2023-04-24 18:09:44 +0200
commitffdbbc90f042ba18697c78dfa3ab74640085a429 (patch)
tree4c214eb0c64dc9f09a78d1e1c715ce54b9dc823f /src/main.c
parent4771c84572008a223b1f35f6b2cb1d8b92bb2083 (diff)
downloadstepper-ffdbbc90f042ba18697c78dfa3ab74640085a429.tar.gz
stepper-ffdbbc90f042ba18697c78dfa3ab74640085a429.zip
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.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 7 insertions, 1 deletions
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.
26// + Per channel sound adjustments that modify the sound in all trigs. 26// + Per channel sound adjustments that modify the sound in all trigs.
27// + Basic support. 27// + Basic support.
28// + Allow pasting parameters if they have been copied. 28// + Allow pasting parameters if they have been copied.
29// - Draw the global params in grey if they haven't been adjusted or aren't 29// + Draw the global params in grey if they haven't been adjusted or aren't
30// currently selected. 30// currently selected.
31// + Draw missing cursor. 31// + Draw missing cursor.
32// + Per-octave note adjustment with Select + L/R on a trig. 32// + Per-octave note adjustment with Select + L/R on a trig.
@@ -39,6 +39,12 @@ WITH REGARD TO THIS SOFTWARE.
39// - Sync via MIDI via arduinoboy or something similar. 39// - Sync via MIDI via arduinoboy or something similar.
40// - Sync via CV by using the link cable. 40// - Sync via CV by using the link cable.
41// 41//
42// Bugfixes
43// - Sound can get hung up sometimes, but I can't reproduce when this happens.
44// Not sure if this is an emulator thing or happens also in hardware.
45// - Cursor can stay in position instead of dissapering, again I can't
46// reproduce this right now, just happened randomly. Needs investigation.
47//
42// FIXME: Update readme and project pages with control changes. 48// FIXME: Update readme and project pages with control changes.
43 49
44#include "gba/gba.h" 50#include "gba/gba.h"