mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
7 lines
273 B
Clojure
7 lines
273 B
Clojure
(bsp/a :modal
|
|
(bsp/s (fixed/y 1 :transport)
|
|
(bsp/n (fixed/y 1 :status)
|
|
(bsp/n (fixed/y 5 :sample-viewer)
|
|
(bsp/w (fixed/x :w-sidebar :pool)
|
|
(bsp/e :samples-keys
|
|
(fill/y :editor)))))))
|