mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: bringing it back from the dead once again
Some checks are pending
/ build (push) Waiting to run
Some checks are pending
/ build (push) Waiting to run
This commit is contained in:
parent
45dc05acd6
commit
71c519b711
10 changed files with 530 additions and 371 deletions
|
|
@ -1,23 +1,22 @@
|
|||
(name "Arranger")
|
||||
|
||||
(info "A session grid.")
|
||||
|
||||
(name
|
||||
"Arranger")
|
||||
(info
|
||||
"A grid of launchable clips arranged by track and scene.")
|
||||
(keys
|
||||
(layer-if :focus-editor "./keys_editor.edn")
|
||||
(layer-if :focus-dialog "./keys_dialog.edn")
|
||||
(layer-if :focus-message "./keys_message.edn")
|
||||
(layer-if :focus-device-add "./keys_device_add.edn")
|
||||
(layer-if :focus-browser "./keys_browser.edn")
|
||||
(layer-if :focus-pool-rename "./keys_rename.edn")
|
||||
(layer-if :focus-pool-length "./keys_length.edn")
|
||||
(layer-if :focus-clip "./keys_clip.edn")
|
||||
(layer-if :focus-track "./keys_track.edn")
|
||||
(layer-if :focus-scene "./keys_scene.edn")
|
||||
(layer-if :focus-mix "./keys_mix.edn")
|
||||
(layer "./keys_clock.edn")
|
||||
(layer "./keys_arranger.edn")
|
||||
(layer "./keys_global.edn"))
|
||||
|
||||
(cond :focus-editor (load "./keys_editor.edn"))
|
||||
(cond :focus-dialog (load "./keys_dialog.edn"))
|
||||
(cond :focus-message (load "./keys_message.edn"))
|
||||
(cond :focus-device-add (load "./keys_device_add.edn"))
|
||||
(cond :focus-browser (load "./keys_browser.edn"))
|
||||
(cond :focus-pool-rename (load "./keys_rename.edn"))
|
||||
(cond :focus-pool-length (load "./keys_length.edn"))
|
||||
(cond :focus-clip (load "./keys_clip.edn"))
|
||||
(cond :focus-track (load "./keys_track.edn"))
|
||||
(cond :focus-scene (load "./keys_scene.edn"))
|
||||
(cond :focus-mix (load "./keys_mix.edn"))
|
||||
(load "./keys_clock.edn")
|
||||
(load "./keys_arranger.edn")
|
||||
(load "./keys_global.edn"))
|
||||
(view
|
||||
(bsp/a :view-dialog
|
||||
(bsp/w :view-meters-output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue