mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
This commit is contained in:
parent
f81f16b47b
commit
7f03116cb3
5 changed files with 37 additions and 27 deletions
16
tek.edn
16
tek.edn
|
|
@ -14,7 +14,7 @@
|
|||
(view :menu (bg (g 40) (bsp/s :ports/out (bsp/n :ports/in
|
||||
(bg (g 30) (bsp/s (fixed/y 7 :logo) (fill/xy :dialog/menu)))))))
|
||||
(view :ports/out (fill/x (fixed/y 3 (bsp/a (fill/x (align/w (text L-AUDIO-OUT)))
|
||||
(bsp/a (text MIDI-OUT) (fill/x (align/e (text AUDIO-OUT R))))))))
|
||||
(bsp/a (text MIDI-OUT) (fill/x (align/e (text AUDIO-OUT-R))))))))
|
||||
(view :ports/in (fill/x (fixed/y 3 (bsp/a (fill/x (align/w (text L-AUDIO-IN)))
|
||||
(bsp/a (text MIDI-IN) (fill/x (align/e (text AUDIO-IN-R))))))))
|
||||
(view :browse (bsp/s (padding/xy 3 1 :browse-title) (enclose (fg (g 96)) browser)))
|
||||
|
|
@ -55,12 +55,16 @@
|
|||
(mode :scene (keys :scene))
|
||||
(mode :mix (keys :mix))
|
||||
(keys :clock :arranger :global)
|
||||
(view :arranger))
|
||||
:arranger)
|
||||
|
||||
(view :arranger (bsp/w :meters/output (bsp/e :meters/input (stack/n
|
||||
(fixed/y 2 :status/h2) :tracks/inputs (stack/s
|
||||
:tracks/devices :tracks/outputs :tracks/names
|
||||
(fill/xy (either :mode/editor (bsp/e :scenes/names :editor) :scenes)))))))
|
||||
(view :arranger (bsp/w :meters/output (bsp/e :meters/input
|
||||
(bsp/n (fixed/y 2 :status) (bsp/n :tracks/inputs
|
||||
(bsp/s :tracks/devices (bsp/s :tracks/outputs (bsp/s :tracks/names
|
||||
(fill/xy (either :mode/editor (bsp/e :scenes/names :editor) :scenes))))))))))
|
||||
(view :arranger (bsp/w :meters/output (bsp/e :meters/input
|
||||
(bsp/n (fixed/y 2 :status) (bsp/n :tracks/inputs
|
||||
(bsp/s :tracks/devices (bsp/s :tracks/outputs (bsp/s :tracks/names
|
||||
(fill/xy (either :mode/editor (bsp/e :scenes/names :editor) :scenes))))))))))
|
||||
|
||||
(keys :arranger (see :color :launch :scenes :tracks)
|
||||
(@tab project/edit) (@enter project/edit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue