mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
groovebox, sequencer: fill/y
This commit is contained in:
parent
83b82c9572
commit
09b9da0f61
2 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(bsp/s (fixed/y 2 :transport)
|
||||
(bsp/s :sample (bsp/n
|
||||
(fixed/y 2 :status)
|
||||
(bsp/w
|
||||
(fixed/x :w-sidebar :pool)
|
||||
(bsp/e :sampler :editor)))))
|
||||
(bsp/s :sample
|
||||
(bsp/n (fixed/y 2 :status)
|
||||
(bsp/w (fixed/x :w-sidebar :pool)
|
||||
(bsp/e :sampler
|
||||
(fill/y :editor))))))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(bsp/s (fixed/y 2 :transport)
|
||||
(bsp/n (fixed/y 2 :status) (bsp/w
|
||||
(fixed/x :w-sidebar :pool)
|
||||
:editor)))
|
||||
(bsp/n (fixed/y 2 :status)
|
||||
(bsp/w (fixed/x :w-sidebar :pool)
|
||||
(fill/y :editor))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue