mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
reenable sample viewer in groovebox
cleanup unused expose! bindings
This commit is contained in:
parent
f8994d3e2d
commit
e4808f8fc1
8 changed files with 32 additions and 50 deletions
|
|
@ -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)))))
|
||||
|
|
|
|||
|
|
@ -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)))))))
|
||||
|
|
|
|||
|
|
@ -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))))
|
||||
|
|
|
|||
|
|
@ -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)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue