aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-22 11:18:41 +0200
committerBad Diode <bd@badd10de.dev>2023-07-22 11:18:41 +0200
commit22225331c93b254aa926d76d2c50b5438f12586d (patch)
tree9745dc48e47855af737afecfce1d6aeb4f5f27f9 /src/main.c
parent8236e0a7d4f99d1d354b3c7667327e707f1f2f4c (diff)
downloadstepper-22225331c93b254aa926d76d2c50b5438f12586d.tar.gz
stepper-22225331c93b254aa926d76d2c50b5438f12586d.zip
Add parameter notifications when editing
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a6c2238..1a05da0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -16,7 +16,7 @@ WITH REGARD TO THIS SOFTWARE.
16// + Change cursor drawing for new parameter pages 16// + Change cursor drawing for new parameter pages
17// + Change cursor behaviour for new parameter pages 17// + Change cursor behaviour for new parameter pages
18// + Allow prob control (% based or 1:2, etc.) 18// + Allow prob control (% based or 1:2, etc.)
19// - Display notification when editing a parameter with the highest priority 19// + Display notification when editing a parameter with the highest priority
20// - Add panning support. 20// - Add panning support.
21// - Add custom user themes 21// - Add custom user themes
22// - Animations for cursor movement/current step highlight. (A fade out maybe?) 22// - Animations for cursor movement/current step highlight. (A fade out maybe?)