docs: add more todos

This commit is contained in:
🪞👃🪞 2024-07-12 19:25:04 +03:00
parent c4c1271c32
commit e605935698

View file

@ -22,6 +22,8 @@ See `demos/project.edn` for the initial contents of the session.
* [ ] Customize key map * [ ] Customize key map
* [ ] MIDI map * [ ] MIDI map
* [ ] Scriptable * [ ] Scriptable
* [ ] Command panel
* [ ] Search panel
* Save project: * Save project:
* [ ] Preserve EDN layout * [ ] Preserve EDN layout
* Samples: * Samples:
@ -29,12 +31,15 @@ See `demos/project.edn` for the initial contents of the session.
* [ ] Sample editor * [ ] Sample editor
* [ ] Envelope * [ ] Envelope
* [ ] Stretch sample to BPM * [ ] Stretch sample to BPM
* [ ] Set BPM to sample * [ ] Set BPM from sample
* Arranger: * Sequencer/Arranger:
* [x] Fix next/prev clip * [x] Fix next/prev clip
* [ ] Move clip/track/scene * [ ] Move clip/track/scene
* [ ] Set track gain * [ ] Set track gain
* [ ] Play from one clip, record into another * [ ] Play from one clip, record into another
* [ ] Offbeat of next clip starts during end of first
* [ ] Pattern chain
* [ ] Actually sync
* Chain: * Chain:
* [ ] View and connect device ports in chain view * [ ] View and connect device ports in chain view
* [ ] Open LV2 GUI * [ ] Open LV2 GUI
@ -42,6 +47,7 @@ See `demos/project.edn` for the initial contents of the session.
* [ ] Parallel monitoring chain * [ ] Parallel monitoring chain
* Transport: * Transport:
* [x] Focus transport to set BPM/sync/quant with `.,` * [x] Focus transport to set BPM/sync/quant with `.,`
* [ ] Double/halve BPM with `xX`
* Rendering: * Rendering:
* [ ] LineBuffer for scroll? * [ ] LineBuffer for scroll?
* [ ] Buffered rendering with e.g. needs_update (only needed if the release build becomes slow) * [ ] Buffered rendering with e.g. needs_update (only needed if the release build becomes slow)