From f6b1834fd0cae56a125c7ea65b6e5bf15d553dd3 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Fri, 21 Jul 2023 19:09:18 +0200 Subject: Add new UI for wave channel parameters --- src/main.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/main.c') 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. // // UI tweaks. // - Add custom user themes -// + Notification support for feedback when doing some operations -// (copying/pasting) // - Animations for cursor movement/current step highlight. (A fade out maybe?) // - Add panning support. +// + Add new UI for the parameter pages +// - Change cursor drawing for new parameter pages +// - Change cursor behaviour for new parameter pages +// - Allow prob control (% based or 1:2, etc.) // // Quality of life improvements. // - When not on play mode, adjusting a note or a parameter triggers the sound. // This could get annoying, so maybe it should be a configuration option to // enable it? -// - Pattern chaining for more than 1 queue and/or song mode. -// - L: Remove from chain -// - R: Add to chain -// - Loop? // - Undo/Redo. -// - Select + up/down to queue the next pattern as we move to it? -// - Option to show help on the notification bar? // // Advanced // - Add tap tempo for BPM. -- cgit v1.2.1