From 2eb3cfba2bdd569ffeaf94e6e29faac9a83b5b77 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 8 Jan 2024 14:03:17 +0100 Subject: Add trig nudging with B+D-PAD --- src/main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 1fdaaa2..1562565 100644 --- a/src/main.c +++ b/src/main.c @@ -23,8 +23,8 @@ WITH REGARD TO THIS SOFTWARE. // + Channel params (ALL) editing should only copy the value under the cursor. // + Fix scale being active for noise channel (makes no sense) // + Save scale on metadata +// + Allow using B + dpad to nudge trigs. This will potentially mean switching // - Hold L/R retriggers at short intervals? -// - Allow using B + dpad to nudge trigs. This will potentially mean switching // to key release to enable trigs. // - Fix any bugs we currently have // - Add an envelope to ch3, would need to work with a timer in order to make @@ -36,10 +36,6 @@ WITH REGARD TO THIS SOFTWARE. // // Low priority: // -// UI tweaks. -// - Add custom user themes -// - Animations for cursor movement/current step highlight. (A fade out maybe?) -// // 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 -- cgit v1.2.1