mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
separate input handling for sampler
This commit is contained in:
parent
b58fbdfd30
commit
b376d75396
11 changed files with 114 additions and 36 deletions
11
crates/app/edn/sampler_keys.edn
Normal file
11
crates/app/edn/sampler_keys.edn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
(@up select :sample-up)
|
||||
(@w select :sample-up)
|
||||
|
||||
(@down select :sample-down)
|
||||
(@s select :sample-down)
|
||||
|
||||
(@left select :sample-left)
|
||||
(@a select :sample-left)
|
||||
|
||||
(@right select :sample-right)
|
||||
(@d select :sample-right)
|
||||
Loading…
Add table
Add a link
Reference in a new issue