mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
wip: EdnKeymap
This commit is contained in:
parent
8dcf73c18c
commit
364d617d37
6 changed files with 144 additions and 135 deletions
23
midi/edn/midi_keys.edn
Normal file
23
midi/edn/midi_keys.edn
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
(@enter note/put)
|
||||
(@del note/del)
|
||||
(@"," note/duration/dec)
|
||||
(@"." note/duration/inc)
|
||||
(@"+" note/scale/inc)
|
||||
(@"-" note/scale/dec)
|
||||
(@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)
|
||||
|
||||
;(@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)))
|
||||
1
midi/edn/pool_keys.edn
Normal file
1
midi/edn/pool_keys.edn
Normal file
|
|
@ -0,0 +1 @@
|
|||
;TODO
|
||||
Loading…
Add table
Add a link
Reference in a new issue