mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
config: update view identifiers
This commit is contained in:
parent
0cb259b7b5
commit
ec5e2a982b
6 changed files with 23 additions and 23 deletions
|
|
@ -3,13 +3,13 @@
|
|||
(info "A sequencer with built-in sampler.")
|
||||
|
||||
(view
|
||||
(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))))))))
|
||||
(bsp/a :view-dialog
|
||||
(bsp/s (fixed/y 1 :view-transport)
|
||||
(bsp/n (fixed/y 1 :view-status)
|
||||
(bsp/n (fixed/y 5 :view-sample-viewer)
|
||||
(bsp/w (fixed/x :w-sidebar :view-pool)
|
||||
(bsp/e :view-samples-keys
|
||||
(fill/y :view-editor))))))))
|
||||
|
||||
(keys
|
||||
(layer-if :mode-pool-import "./keys_pool_file.edn")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue