From 8236e0a7d4f99d1d354b3c7667327e707f1f2f4c Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 22 Jul 2023 10:08:20 +0200 Subject: Add trig probability --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') 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. // + Add new UI for the parameter pages // + Change cursor drawing for new parameter pages // + Change cursor behaviour for new parameter pages +// + Allow prob control (% based or 1:2, etc.) // - Display notification when editing a parameter with the highest priority // - Add panning support. -// - Allow prob control (% based or 1:2, etc.) // - Add custom user themes // - Animations for cursor movement/current step highlight. (A fade out maybe?) // @@ -29,7 +29,7 @@ WITH REGARD TO THIS SOFTWARE. // - Undo/Redo. // // Advanced -// - Per trig note probability. +// + Per trig note probability. // - Add tap tempo for BPM. // - Allow "marking" several trigs to be able to copy/paste them and/or adjust // their parameters. -- cgit v1.2.1