mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
per-port routing; enter/exit fullscreen editor
This commit is contained in:
parent
f938ade839
commit
3e748fefa7
7 changed files with 79 additions and 58 deletions
|
|
@ -23,9 +23,9 @@
|
|||
(bsp/e :view-meters-input
|
||||
(bsp/n (fixed/y 2 :view-status-h2)
|
||||
(bsp/n (fill/x (align/w :view-tracks-inputs))
|
||||
(bsp/s (fill/x (align/w :view-tracks-names))
|
||||
(bsp/s (fill/x (align/w :view-tracks-devices))
|
||||
(bsp/s (fill/x (align/w :view-tracks-outputs))
|
||||
(bsp/s (fill/x (align/w :view-tracks-devices))
|
||||
(either :is-editing
|
||||
:view-editor
|
||||
:view-tracks-scenes))))))))))
|
||||
(bsp/s (fill/x (align/w :view-tracks-names))
|
||||
(fill/xy (either :is-editing
|
||||
(bsp/e (fixed/x 20 :view-scenes-names) :view-editor)
|
||||
:view-scenes)))))))))))
|
||||
|
|
|
|||
|
|
@ -2,8 +2,9 @@
|
|||
(@q launch)
|
||||
(@t select :select-track-header)
|
||||
(@s select :select-scene-header)
|
||||
(@tab edit :clip-selected)
|
||||
(@enter edit :clip-selected)
|
||||
(@tab project edit)
|
||||
(@enter project edit)
|
||||
(@escape project home)
|
||||
(@shift-I project input-add)
|
||||
(@shift-O project output-add)
|
||||
(@shift-S project scene-add)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue