mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
13 lines
269 B
Clojure
13 lines
269 B
Clojure
(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"))
|