docs: remove checkbox from lv1 bullets

This commit is contained in:
🪞👃🪞 2024-07-12 18:59:31 +03:00
parent fba98f34ea
commit 94738d3e89

View file

@ -18,14 +18,13 @@ See `demos/project.edn` for the initial contents of the session.
## TODO: ## TODO:
* [x] Focus transport to set BPM/sync/quant with `.,` * Control:
* [ ] Control: * [ ] Customize key map
* [ ] Key map
* [ ] MIDI map * [ ] MIDI map
* [ ] Scriptable * [ ] Scriptable
* [ ] Save project * Save project
* [ ] Preserve layout * [ ] Preserve layout
* [ ] Samples: * Samples:
* [ ] Sample browser * [ ] Sample browser
* [ ] Envelope * [ ] Envelope
* [ ] Stretch sample to BPM * [ ] Stretch sample to BPM
@ -33,11 +32,17 @@ See `demos/project.edn` for the initial contents of the session.
* Arranger: * Arranger:
* [x] Fix next/prev clip * [x] Fix next/prev clip
* [ ] Move clip/track/scene * [ ] Move clip/track/scene
* [ ] Set track gain
* [ ] Play from one clip, record into another
* Chain: * Chain:
* [ ] View and connect device ports in chain view * [ ] View and connect device ports in chain view
* [ ] Open LV2 GUI * [ ] Open LV2 GUI
* [ ] Pin favorite FX parameters with `*` * [ ] Pin favorite FX parameters with `*`
* Buffered rendering with e.g. needs_update (only needed if the release build becomes slow) * [ ] Parallel monitoring chain
* [ ] LineBuffer for scroll * Transport:
* [ ] Buffered sequencer * [x] Focus transport to set BPM/sync/quant with `.,`
* [ ] Buffered chain view * Rendering:
* [ ] LineBuffer for scroll?
* [ ] Buffered rendering with e.g. needs_update (only needed if the release build becomes slow)
* [ ] Buffered sequencer
* [ ] Buffered chain view