mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-03-13 11:50:44 +01:00
35 lines
919 B
Markdown
35 lines
919 B
Markdown
## 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.
|