From 7aea85dac078adf6fe13e6c8c975b9ffb40280ec Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Thu, 24 Oct 2024 11:34:06 +0200 Subject: [PATCH] update todo --- src/lib.rs | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 50931eb..1eb35cb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,19 +1,10 @@ // TODO: // -// - make a midi learn struct/button -// the button is a custom view, that either displays the learned note, or the word "learning" -// it knows which via is_learning learning_index and learned_notes -// its color changes when that note is pressed -// - use it to make a few midi triggers: -// - mute out -// - mute in (fake it by recording the timing and muting the out a bit later) -// - mute both -// all mutes with choice between latch and toggle -// - reset pattern +// - for triggers: +// - all mutes with choice between latch and toggle // - momentary mode: // in this mode, the taps are only heard until the key is released // the counter starts when the note for this trigger is pressed -// - stop listening for taps (so it can be used in a daw on an instrument track) // // - make mutes sample-accurate // - smooth all dsp params (at the end of the interpolation?)