aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c11
1 files changed, 5 insertions, 6 deletions
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.
12// TODO: A list of features I would like to get to implement in the near future. 12// TODO: A list of features I would like to get to implement in the near future.
13// 13//
14// UI tweaks. 14// UI tweaks.
15// - Notification support for feedback when doing some operations
16// (copying/pasting)
17// - Animations for cursor movement/current step highlight. (A fade out maybe?)
18// + Display played notes on all tonal channels when a trig or channel is not 15// + Display played notes on all tonal channels when a trig or channel is not
19// selected. If a channel is selected show active note in that channel, if 16// selected. If a channel is selected show active note in that channel, if
20// a trig is selected behaved as usual. These could be highlighted in 17// a trig is selected behaved as usual. These could be highlighted in
21// different colors to make it easier on the eyes. If a pattern is selected, 18// different colors to make it easier on the eyes. If a pattern is selected,
22// show the notes it would play on that pattern? 19// show the notes it would play on that pattern?
20// - Notification support for feedback when doing some operations
21// (copying/pasting)
22// - Animations for cursor movement/current step highlight. (A fade out maybe?)
23// - Theming support, with a number of pre-configured themes and custom colors. 23// - Theming support, with a number of pre-configured themes and custom colors.
24// 24//
25// Quality of life improvements. 25// Quality of life improvements.
@@ -31,11 +31,11 @@ WITH REGARD TO THIS SOFTWARE.
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.
33// + Transpose channel with SEL + L/R on channel select. 33// + Transpose channel with SEL + L/R on channel select.
34// + Wrap around cursor left/right.
35// + Add START+SELECT for quick saving.
34// - Pattern chaining for more than 1 queue and/or song mode. 36// - Pattern chaining for more than 1 queue and/or song mode.
35// - Undo/Redo. 37// - Undo/Redo.
36// - Add a settings page to change some configuration parameters. 38// - Add a settings page to change some configuration parameters.
37// + Wrap around cursor left/right.
38// + Add START+SELECT for quick saving.
39// 39//
40// Advanced 40// Advanced
41// - Sync via MIDI via arduinoboy or something similar. 41// - Sync via MIDI via arduinoboy or something similar.
@@ -47,7 +47,6 @@ WITH REGARD TO THIS SOFTWARE.
47// - Cursor can stay in position instead of dissapering, again I can't 47// - Cursor can stay in position instead of dissapering, again I can't
48// reproduce this right now, just happened randomly. Needs investigation. 48// reproduce this right now, just happened randomly. Needs investigation.
49// 49//
50// FIXME: Update readme and project pages with control changes.
51 50
52#include "gba/gba.h" 51#include "gba/gba.h"
53 52