tek/config/config_sampler.edn
unspeaker 0f16c89248
Some checks are pending
/ build (push) Waiting to run
move global keys to end
2025-05-14 18:00:04 +03:00

13 lines
290 B
Clojure

(name "Sampler")
(info "A sampling soundboard.")
(view
(bsp/a :view-dialog
(bsp/s (fixed/y 1 :view-transport)
(bsp/n (fixed/y 1 :view-status)
(fill/xy :view-samples-grid)))))
(keys
(layer "./keys_sampler.edn")
(layer "./keys_global.edn"))