From e60593569899c00d79a94421d269b871e402b99d Mon Sep 17 00:00:00 2001 From: unspeaker Date: Fri, 12 Jul 2024 19:25:04 +0300 Subject: [PATCH] docs: add more todos --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88cc4ecf..925e681d 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ See `demos/project.edn` for the initial contents of the session. * [ ] Customize key map * [ ] MIDI map * [ ] Scriptable + * [ ] Command panel + * [ ] Search panel * Save project: * [ ] Preserve EDN layout * Samples: @@ -29,12 +31,15 @@ See `demos/project.edn` for the initial contents of the session. * [ ] Sample editor * [ ] Envelope * [ ] Stretch sample to BPM - * [ ] Set BPM to sample -* Arranger: + * [ ] Set BPM from sample +* Sequencer/Arranger: * [x] Fix next/prev clip * [ ] Move clip/track/scene * [ ] Set track gain * [ ] Play from one clip, record into another + * [ ] Offbeat of next clip starts during end of first + * [ ] Pattern chain + * [ ] Actually sync * Chain: * [ ] View and connect device ports in chain view * [ ] Open LV2 GUI @@ -42,6 +47,7 @@ See `demos/project.edn` for the initial contents of the session. * [ ] Parallel monitoring chain * Transport: * [x] Focus transport to set BPM/sync/quant with `.,` + * [ ] Double/halve BPM with `xX` * Rendering: * [ ] LineBuffer for scroll? * [ ] Buffered rendering with e.g. needs_update (only needed if the release build becomes slow)