mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
wip: unify view/keys configs
This commit is contained in:
parent
6ed0627056
commit
26baa8127d
11 changed files with 103 additions and 109 deletions
13
config/config_sampler.edn
Normal file
13
config/config_sampler.edn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
(name "Sampler")
|
||||
|
||||
(info "A sampling soundboard.")
|
||||
|
||||
(view
|
||||
(bsp/a :modal
|
||||
(bsp/s (fixed/y 1 :transport)
|
||||
(bsp/n (fixed/y 1 :status)
|
||||
(fill/xy :samples-grid)))))
|
||||
|
||||
(keys
|
||||
(layer "./keys_global.edn")
|
||||
(layer "./keys_sampler.edn"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue