mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
8 lines
235 B
Clojure
8 lines
235 B
Clojure
(bsp/s
|
|
(fixed/y 1 :toolbar)
|
|
(fill/xy (align/c (bsp/a (fill/xy (align/e :pool))
|
|
(bsp/a
|
|
(fill/xy (align/n (bsp/s :tracks :inputs)))
|
|
(bsp/a
|
|
(fill/xy (align/s :outputs))
|
|
(bsp/s :scenes :scene-add)))))))
|