aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/main.c b/src/main.c
index 61e26e7..a81e9d9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -13,22 +13,18 @@ WITH REGARD TO THIS SOFTWARE.
13// 13//
14// UI tweaks. 14// UI tweaks.
15// - Add custom user themes 15// - Add custom user themes
16// + Notification support for feedback when doing some operations
17// (copying/pasting)
18// - Animations for cursor movement/current step highlight. (A fade out maybe?) 16// - Animations for cursor movement/current step highlight. (A fade out maybe?)
19// - Add panning support. 17// - Add panning support.
18// + Add new UI for the parameter pages
19// - Change cursor drawing for new parameter pages
20// - Change cursor behaviour for new parameter pages
21// - Allow prob control (% based or 1:2, etc.)
20// 22//
21// Quality of life improvements. 23// Quality of life improvements.
22// - When not on play mode, adjusting a note or a parameter triggers the sound. 24// - When not on play mode, adjusting a note or a parameter triggers the sound.
23// This could get annoying, so maybe it should be a configuration option to 25// This could get annoying, so maybe it should be a configuration option to
24// enable it? 26// enable it?
25// - Pattern chaining for more than 1 queue and/or song mode.
26// - L: Remove from chain
27// - R: Add to chain
28// - Loop?
29// - Undo/Redo. 27// - Undo/Redo.
30// - Select + up/down to queue the next pattern as we move to it?
31// - Option to show help on the notification bar?
32// 28//
33// Advanced 29// Advanced
34// - Add tap tempo for BPM. 30// - Add tap tempo for BPM.