From bac16fa2662f61cfa3b56111649685b4eb397442 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 22 Jul 2023 08:32:04 +0200 Subject: Fix default parameters for channel params --- src/main.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 09f0465..ffe60e4 100644 --- a/src/main.c +++ b/src/main.c @@ -12,27 +12,27 @@ WITH REGARD TO THIS SOFTWARE. // TODO: A list of features I would like to get to implement in the near future. // // UI tweaks. -// - Add custom user themes -// - Animations for cursor movement/current step highlight. (A fade out maybe?) -// - Add panning support. // + 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.) +// + Change cursor behaviour for new parameter pages // - 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?) // // Quality of life improvements. +// + Make the channel parameters initialize to default // - When not on play mode, adjusting a note or a parameter triggers the sound. // This could get annoying, so maybe it should be a configuration option to // enable it? // - Undo/Redo. -// - Make the channel parameters initialize to default // // Advanced +// - 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. -// - Per trig note probability. // - Add an envelope to ch3, would need to work with a timer in order to make // it work I think. // - Sync via MIDI via arduinoboy or something similar. -- cgit v1.2.1