mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
13 lines
290 B
Clojure
13 lines
290 B
Clojure
(name "Sampler")
|
|
|
|
(info "A sampling soundboard.")
|
|
|
|
(keys
|
|
(layer "./keys_sampler.edn")
|
|
(layer "./keys_global.edn"))
|
|
|
|
(view
|
|
(bsp/a :view-dialog
|
|
(bsp/s (fixed/y 1 :view-transport)
|
|
(bsp/n (fixed/y 1 :view-status)
|
|
(fill/xy :view-samples-grid)))))
|