cli: no need for separate crate
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-08-30 04:01:50 +03:00
parent 7f03116cb3
commit e987aa697d
16 changed files with 107 additions and 135 deletions

View file

@ -57,13 +57,8 @@
(keys :clock :arranger :global)
:arranger)
(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
(view :arranger (bsp/n :status (bsp/w :meters/output (bsp/e :meters/input
(bsp/n :tracks/inputs (bsp/s :tracks/outputs (bsp/s :tracks/names (bsp/s :tracks/devices
(fill/xy (either :mode/editor (bsp/e :scenes/names :editor) :scenes))))))))))
(keys :arranger (see :color :launch :scenes :tracks)