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,12 +3,12 @@
|
|||
(info "A MIDI sequencer.")
|
||||
|
||||
(view
|
||||
(bsp/a :modal
|
||||
(bsp/s (fixed/y 1 :transport)
|
||||
(bsp/n (fixed/y 1 :status)
|
||||
(bsp/a :view-dialog
|
||||
(bsp/s (fixed/y 1 :view-transport)
|
||||
(bsp/n (fixed/y 1 :view-status)
|
||||
(fill/xy (bsp/a
|
||||
(fill/xy (align/e :pool))
|
||||
:editor)))))
|
||||
(fill/xy (align/e :view-pool))
|
||||
:view-editor)))))
|
||||
|
||||
(keys
|
||||
(layer-if :mode-pool-import "./keys_pool_file.edn")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue