mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
collect crates/ and deps/
This commit is contained in:
parent
2f8882f6cd
commit
8fa0f8a409
140 changed files with 23 additions and 21 deletions
6
crates/midi/edn/keys_clip_length.edn
Normal file
6
crates/midi/edn/keys_clip_length.edn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(@up inc)
|
||||
(@down dec)
|
||||
(@right next)
|
||||
(@left prev)
|
||||
(@return set :length)
|
||||
(@escape cancel)
|
||||
4
crates/midi/edn/keys_clip_rename.edn
Normal file
4
crates/midi/edn/keys_clip_rename.edn
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(:char append :char)
|
||||
(@backspace delete :last)
|
||||
(@return confirm)
|
||||
(@escape cancel)
|
||||
21
crates/midi/edn/keys_edit.edn
Normal file
21
crates/midi/edn/keys_edit.edn
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
(@up note/pos :note-pos-next)
|
||||
(@w note/pos :note-pos-next)
|
||||
(@down note/pos :note-pos-prev)
|
||||
(@s note/pos :note-pos-prev)
|
||||
(@comma note/len :note-len-prev)
|
||||
(@period note/len :note-len-next)
|
||||
(@plus note/range :note-range-next-)
|
||||
(@underscore note/range :note-range-prev-)
|
||||
|
||||
(@left time/pos :time-pos-prev)
|
||||
(@a time/pos :time-pos-prev)
|
||||
(@right time/pos :time-pos-next)
|
||||
(@d time/pos :time-pos-next)
|
||||
(@equal time/zoom :time-zoom-prev)
|
||||
(@minus time/zoom :time-zoom-next)
|
||||
(@z time/lock)
|
||||
|
||||
(@enter note/put)
|
||||
(@shift-enter note/append)
|
||||
(@del note/del)
|
||||
(@shift-del note/del)
|
||||
12
crates/midi/edn/keys_pool.edn
Normal file
12
crates/midi/edn/keys_pool.edn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(@n rename begin)
|
||||
(@t length begin)
|
||||
(@m import begin)
|
||||
(@x export begin)
|
||||
(@c clip color :current :random-color)
|
||||
(@openbracket select :previous)
|
||||
(@closebracket select :next)
|
||||
(@lt swap :current :previous)
|
||||
(@gt swap :current :next)
|
||||
(@delete clip/delete :current)
|
||||
(@shift-A clip/add :after :new-clip)
|
||||
(@shift-D clip/add :after :cloned-clip)
|
||||
8
crates/midi/edn/keys_pool_file.edn
Normal file
8
crates/midi/edn/keys_pool_file.edn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(@up select :prev)
|
||||
(@down select :next)
|
||||
(@right chdir :selected)
|
||||
(@left chdir :parent)
|
||||
(@return confirm)
|
||||
(@escape cancel)
|
||||
(:char append :char)
|
||||
(@backspace delete :last)
|
||||
0
crates/midi/edn/piano-view-h.edn
Normal file
0
crates/midi/edn/piano-view-h.edn
Normal file
0
crates/midi/edn/piano-view-v.edn
Normal file
0
crates/midi/edn/piano-view-v.edn
Normal file
0
crates/midi/edn/view_pool.edn
Normal file
0
crates/midi/edn/view_pool.edn
Normal file
Loading…
Add table
Add a link
Reference in a new issue