aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-21 20:28:27 +0200
committerBad Diode <bd@badd10de.dev>2023-07-21 20:28:27 +0200
commit804b7184744194dca5cab79726f31194b7f55b80 (patch)
tree6cc9dc7e4ad9b7f60dead7f0e497c9bfc28eb435 /src/main.c
parent8d28d55285d70353001a105cf86797cb76617183 (diff)
downloadstepper-804b7184744194dca5cab79726f31194b7f55b80.tar.gz
stepper-804b7184744194dca5cab79726f31194b7f55b80.zip
Fix param cursor behaviour for square and noise channels
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a81e9d9..410de56 100644
--- a/src/main.c
+++ b/src/main.c
@@ -16,9 +16,10 @@ WITH REGARD TO THIS SOFTWARE.
16// - Animations for cursor movement/current step highlight. (A fade out maybe?) 16// - Animations for cursor movement/current step highlight. (A fade out maybe?)
17// - Add panning support. 17// - Add panning support.
18// + Add new UI for the parameter pages 18// + Add new UI for the parameter pages
19// - Change cursor drawing for new parameter pages 19// + Change cursor drawing for new parameter pages
20// - Change cursor behaviour for new parameter pages 20// - Change cursor behaviour for new parameter pages
21// - Allow prob control (% based or 1:2, etc.) 21// - Allow prob control (% based or 1:2, etc.)
22// - Display notification when editing a parameter with the highest priority
22// 23//
23// Quality of life improvements. 24// Quality of life improvements.
24// - When not on play mode, adjusting a note or a parameter triggers the sound. 25// - When not on play mode, adjusting a note or a parameter triggers the sound.