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
* [ ] 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)