aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-22 10:08:20 +0200
committerBad Diode <bd@badd10de.dev>2023-07-22 10:08:20 +0200
commit8236e0a7d4f99d1d354b3c7667327e707f1f2f4c (patch)
tree25054bba1dcaf0b6817f1410cd8c69afbea92d2c /src/main.c
parent2c4b3648075cc5faa24b859685426b208ccb3a80 (diff)
downloadstepper-8236e0a7d4f99d1d354b3c7667327e707f1f2f4c.tar.gz
stepper-8236e0a7d4f99d1d354b3c7667327e707f1f2f4c.zip
Add trig probability
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index ffe60e4..a6c2238 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,9 +15,9 @@ WITH REGARD TO THIS SOFTWARE.
15// + Add new UI for the parameter pages 15// + Add new UI for the parameter pages
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// - Display notification when editing a parameter with the highest priority 19// - Display notification when editing a parameter with the highest priority
19// - Add panning support. 20// - Add panning support.
20// - Allow prob control (% based or 1:2, etc.)
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?)
23// 23//
@@ -29,7 +29,7 @@ WITH REGARD TO THIS SOFTWARE.
29// - Undo/Redo. 29// - Undo/Redo.
30// 30//
31// Advanced 31// Advanced
32// - Per trig note probability. 32// + Per trig note probability.
33// - Add tap tempo for BPM. 33// - Add tap tempo for BPM.
34// - Allow "marking" several trigs to be able to copy/paste them and/or adjust 34// - Allow "marking" several trigs to be able to copy/paste them and/or adjust
35// their parameters. 35// their parameters.