mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-03-13 11:50:44 +01:00
This commit is contained in:
parent
4f5c332f48
commit
54f0a95f3a
2 changed files with 58 additions and 38 deletions
35
TODO.md
Normal file
35
TODO.md
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
## keymaps
|
||||
|
||||
* Arranger:
|
||||
* [x] arrows: navigate
|
||||
* [x] tab: enter editor
|
||||
* [x] `q`: enqueue clip
|
||||
* [x] space: play/pause
|
||||
* Editor:
|
||||
* [x] arrows: navigate
|
||||
* [x] `,` / `.`: change note length
|
||||
* [x] enter: write note
|
||||
* [x] `-` / `=`: zoom midi editor
|
||||
* [ ] `z`: zoom lock/unlock
|
||||
* [ ] del: delete
|
||||
* Global:
|
||||
* [x] esc: options menu
|
||||
* [x] f1: help/command list
|
||||
* [ ] f2: rename
|
||||
* [ ] f6: save
|
||||
* [ ] f9: load
|
||||
|
||||
|
||||
## design goals
|
||||
|
||||
* inspired by trackers and hardware sequencers,
|
||||
but with the critical feature that 90s samplers lack:
|
||||
able to **resample, i.e. record while playing!**
|
||||
|
||||
* **pop-up scratchpad for musical ideas.**
|
||||
low resource consumption, can stay open in background.
|
||||
but flexible enough to allow expanding on compositions
|
||||
|
||||
* **human- and machine- readable project format**
|
||||
simple representation for project data
|
||||
enable scripting and remapping.
|
||||
Loading…
Add table
Add a link
Reference in a new issue