From 45035a55f4a2809fdacdf7a1a8c6e14f83be1e39 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 30 Apr 2023 19:23:17 +0200 Subject: Add a README --- src/main.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 1c4de28..f4b594d 100644 --- a/src/main.c +++ b/src/main.c @@ -12,14 +12,14 @@ WITH REGARD TO THIS SOFTWARE. // TODO: A list of features I would like to get to implement in the near future. // // UI tweaks. -// - Notification support for feedback when doing some operations -// (copying/pasting) -// - Animations for cursor movement/current step highlight. (A fade out maybe?) // + Display played notes on all tonal channels when a trig or channel is not // selected. If a channel is selected show active note in that channel, if // a trig is selected behaved as usual. These could be highlighted in // different colors to make it easier on the eyes. If a pattern is selected, // show the notes it would play on that pattern? +// - Notification support for feedback when doing some operations +// (copying/pasting) +// - Animations for cursor movement/current step highlight. (A fade out maybe?) // - Theming support, with a number of pre-configured themes and custom colors. // // Quality of life improvements. @@ -31,11 +31,11 @@ WITH REGARD TO THIS SOFTWARE. // + Draw missing cursor. // + Per-octave note adjustment with Select + L/R on a trig. // + Transpose channel with SEL + L/R on channel select. +// + Wrap around cursor left/right. +// + Add START+SELECT for quick saving. // - Pattern chaining for more than 1 queue and/or song mode. // - Undo/Redo. // - Add a settings page to change some configuration parameters. -// + Wrap around cursor left/right. -// + Add START+SELECT for quick saving. // // Advanced // - Sync via MIDI via arduinoboy or something similar. @@ -47,7 +47,6 @@ WITH REGARD TO THIS SOFTWARE. // - 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