mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: configuring keybinds with edn... oh my
This commit is contained in:
parent
f1bd9e7e88
commit
1f10c95ed0
6 changed files with 73 additions and 35 deletions
22
midi/src/midi_keys.edn
Normal file
22
midi/src/midi_keys.edn
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
(@up (note/cursor/inc))
|
||||
(@down (note/cursor/dec))
|
||||
(@left (time/cursor/dec))
|
||||
(@right (time/cursor/inc))
|
||||
(@z (time/zoom/lock))
|
||||
(@= (time/zoom/in))
|
||||
(@- (time/zoom/out))
|
||||
(@+ (note/scale/inc))
|
||||
(@- (note/scale/dec))
|
||||
(@enter (note/put))
|
||||
(@del (note/del))
|
||||
(@, (note/duration/dec))
|
||||
(@. (note/duration/inc))
|
||||
|
||||
;(@ctrl-k (midi/kbd/toggle))
|
||||
;(@space (clock/toggle))
|
||||
;(@shift-space (clock/toggle-start))
|
||||
;(@u (undo))
|
||||
;(@shift-u (redo))
|
||||
;(@tab (compact/toggle))
|
||||
;(@q (player/enqueue :clip))
|
||||
;(@0 (player/enqueue :stop)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue