aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3012d9b..f0fc7c3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -12,10 +12,12 @@ 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// + Theming support, with a number of pre-configured themes and custom colors.
16// - Add more default themes
17// - Add custom user themes
15// - Notification support for feedback when doing some operations 18// - Notification support for feedback when doing some operations
16// (copying/pasting) 19// (copying/pasting)
17// - Animations for cursor movement/current step highlight. (A fade out maybe?) 20// - Animations for cursor movement/current step highlight. (A fade out maybe?)
18// - Theming support, with a number of pre-configured themes and custom colors.
19// - Add panning support. We could send ch1-3 to the left and ch4 to the right 21// - Add panning support. We could send ch1-3 to the left and ch4 to the right
20// to act as metronome and achieve analog sync. 22// to act as metronome and achieve analog sync.
21// 23//