reenable sample viewer in groovebox

cleanup unused expose! bindings
This commit is contained in:
🪞👃🪞 2025-04-26 19:19:46 +03:00
parent f8994d3e2d
commit e4808f8fc1
8 changed files with 32 additions and 50 deletions

View file

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

View file

@ -1,7 +1,7 @@
(bsp/a :modal
(bsp/s (fixed/y 1 :transport)
(bsp/s :sample
(bsp/n (fixed/y 1 :status)
(bsp/w (fixed/x :w-sidebar :pool)
(bsp/e :samples-keys
(fill/y :editor)))))))
(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)))))))

View file

@ -1,4 +1,4 @@
(bsp/a :modal
(bsp/s (fixed/y 1 :transport)
(bsp/a :modal
(bsp/s (fixed/y 1 :transport)
(bsp/n (fixed/y 1 :status)
(fill/xy :samples-grid))))
(fill/xy :samples-grid))))

View file

@ -1,6 +1,6 @@
(bsp/a :modal
(bsp/s (fixed/y 1 :transport)
(bsp/n (fixed/y 1 :status)
(bsp/a :modal
(bsp/s (fixed/y 1 :transport)
(bsp/n (fixed/y 1 :status)
(fill/xy (bsp/a
(fill/xy (align/e :pool))
:editor)))))
(fill/xy (align/e :pool))
:editor)))))