mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
docs: add more todos
This commit is contained in:
parent
c4c1271c32
commit
e605935698
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue