From fba98f34eab95d487311ee69cc908a9c670f5960 Mon Sep 17 00:00:00 2001 From: unspeaker Date: Fri, 12 Jul 2024 18:57:50 +0300 Subject: [PATCH] docs: update readme more --- README.md | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8967e148..d6ee6357 100644 --- a/README.md +++ b/README.md @@ -19,19 +19,25 @@ See `demos/project.edn` for the initial contents of the session. ## TODO: * [x] Focus transport to set BPM/sync/quant with `.,` -* [x] Fix next/prev clip -* Samples: - * Sample browser - * Envelope - * Stretch sample to BPM - * Set BPM to sample +* [ ] Control: + * [ ] Key map + * [ ] MIDI map + * [ ] Scriptable +* [ ] Save project + * [ ] Preserve layout +* [ ] Samples: + * [ ] Sample browser + * [ ] Envelope + * [ ] Stretch sample to BPM + * [ ] Set BPM to sample * Arranger: - * Move clip/track/scene + * [x] Fix next/prev clip + * [ ] Move clip/track/scene * Chain: - * View and connect device ports in chain view - * Open LV2 GUI -* Buffered rendering with e.g. needs_update - * Only if the release build becomes slow - * LineBuffer for scroll - * Buffered sequencer - * Buffered chain view + * [ ] View and connect device ports in chain view + * [ ] Open LV2 GUI + * [ ] Pin favorite FX parameters with `*` +* Buffered rendering with e.g. needs_update (only needed if the release build becomes slow) + * [ ] LineBuffer for scroll + * [ ] Buffered sequencer + * [ ] Buffered chain view