aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-08 14:03:17 +0100
committerBad Diode <bd@badd10de.dev>2024-01-08 14:03:17 +0100
commit2eb3cfba2bdd569ffeaf94e6e29faac9a83b5b77 (patch)
treeadd4d8b40b46ad66c1012dd7fb6d37d4d711db73 /src/main.c
parentf6e253b14f7b4930f5a5e6e1d3ee2bd3009802dd (diff)
downloadstepper-2eb3cfba2bdd569ffeaf94e6e29faac9a83b5b77.tar.gz
stepper-2eb3cfba2bdd569ffeaf94e6e29faac9a83b5b77.zip
Add trig nudging with B+D-PAD
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 1 insertions, 5 deletions
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.
23// + Channel params (ALL) editing should only copy the value under the cursor. 23// + Channel params (ALL) editing should only copy the value under the cursor.
24// + Fix scale being active for noise channel (makes no sense) 24// + Fix scale being active for noise channel (makes no sense)
25// + Save scale on metadata 25// + Save scale on metadata
26// + Allow using B + dpad to nudge trigs. This will potentially mean switching
26// - Hold L/R retriggers at short intervals? 27// - Hold L/R retriggers at short intervals?
27// - Allow using B + dpad to nudge trigs. This will potentially mean switching
28// to key release to enable trigs. 28// to key release to enable trigs.
29// - Fix any bugs we currently have 29// - Fix any bugs we currently have
30// - Add an envelope to ch3, would need to work with a timer in order to make 30// - 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.
36// 36//
37// Low priority: 37// Low priority:
38// 38//
39// UI tweaks.
40// - Add custom user themes
41// - Animations for cursor movement/current step highlight. (A fade out maybe?)
42//
43// Quality of life improvements. 39// Quality of life improvements.
44// - When not on play mode, adjusting a note or a parameter triggers the sound. 40// - When not on play mode, adjusting a note or a parameter triggers the sound.
45// This could get annoying, so maybe it should be a configuration option to 41// This could get annoying, so maybe it should be a configuration option to