mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
12 lines
417 B
Clojure
12 lines
417 B
Clojure
(sized
|
|
(bsp/s (fill/x (fixed/y 2 (lay
|
|
(align/w :input-meter-l)
|
|
(align/e :input-meter-r)
|
|
(align/x :transport))))
|
|
(bsp/n (row :clip-play :clip-next :clip-edit :edit-stat)
|
|
(bsp/n (max/y :sample-h (fill/xy :sample-view))
|
|
(bsp/n (align/w (fixed/y 1 :sample-stat))
|
|
(bsp/n (fixed/x :pool-w :pool-view)
|
|
(fill/xy (bsp/e
|
|
(fixed/x :samples-w (push/y :samples-y :samples-view))
|
|
:midi-view))))))))
|