no more mode-specific constructors

This commit is contained in:
🪞👃🪞 2025-04-13 19:20:28 +03:00
parent 5e21792a26
commit 7aa5627371
8 changed files with 96 additions and 149 deletions

View file

@ -1,4 +0,0 @@
(bsp/s (fixed/y 1 :transport)
(bsp/n (fixed/y 1 :status)
(fill/xy (bsp/a (fill/xy (align/e :pool))
:arranger))))

View file

@ -1,6 +0,0 @@
(bsp/s (fixed/y 2 :toolbar)
(bsp/s :sample (bsp/n
(fixed/y 2 :status)
(bsp/w
(fixed/x :pool-w :pool)
(bsp/e :sampler :editor)))))

View file

@ -1,4 +0,0 @@
(bsp/s (fixed/y 2 :toolbar)
(bsp/n (fixed/y 2 :status) (bsp/w
(fixed/x :pool-w :pool)
:editor)))