wip: layered keymaps
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-04-28 23:43:12 +03:00
parent 5696cbbebb
commit 2fd7d7b39f
18 changed files with 355 additions and 360 deletions

View file

@ -1,5 +1,3 @@
(@space clock toggle)
(@shift-space clock toggle 0)
(@t select :track 0)
(@tab edit :clip)
(@c color)

2
config/keys_clock.edn Normal file
View file

@ -0,0 +1,2 @@
(@space clock toggle)
(@shift-space clock toggle 0)

View file

@ -1,30 +0,0 @@
(@up note/pos :note-pos-next)
(@w note/pos :note-pos-next)
(@down note/pos :note-pos-prev)
(@s note/pos :note-pos-prev)
(@pgup note/pos :note-pos-next-octave)
(@pgdn note/pos :note-pos-prev-octave)
(@comma note/len :note-len-prev)
(@period note/len :note-len-next)
(@lt note/len :note-len-prev)
(@gt 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)

30
config/keys_editor.edn Normal file
View file

@ -0,0 +1,30 @@
(@up editor note/pos :note-pos-next)
(@w editor note/pos :note-pos-next)
(@down editor note/pos :note-pos-prev)
(@s editor note/pos :note-pos-prev)
(@pgup editor note/pos :note-pos-next-octave)
(@pgdn editor note/pos :note-pos-prev-octave)
(@comma editor note/len :note-len-prev)
(@period editor note/len :note-len-next)
(@lt editor note/len :note-len-prev)
(@gt editor note/len :note-len-next)
(@plus editor note/range :note-range-next)
(@underscore editor note/range :note-range-prev)
(@left editor time/pos :time-pos-prev)
(@a editor time/pos :time-pos-prev)
(@right editor time/pos :time-pos-next)
(@d editor time/pos :time-pos-next)
(@equal editor time/zoom :time-zoom-prev)
(@minus editor time/zoom :time-zoom-next)
(@z editor time/lock)
(@enter editor note/put)
(@shift-enter editor note/append)
(@del editor note/del)
(@shift-del editor note/del)

View file

@ -1,8 +1 @@
(@space clock toggle)
(@shift-space clock toggle 0)
(@c color)
(@q launch)
(@r sampler record/begin :pitch)

View file

@ -1,6 +1,4 @@
(@space clock toggle)
(@shift-space clock toggle 0)
(@c color)
(@q launch)
(@shift-I input add)
(@shift-O output add)
(@c color)
(@q launch)
(@shift-I input add)
(@shift-O output add)

View file

@ -1,7 +1,7 @@
(bsp/a :modal
(bsp/s (fixed/y 1 :transport)
(bsp/n (fixed/y 1 :status)
(bsp/n (fixed/y 5 :sample-viewer)
(bsp/w (fixed/x :w-sidebar :pool)
(bsp/e :samples-keys
(fill/y :editor)))))))
(bsp/a :modal
(bsp/s (fixed/y 1 :transport)
(bsp/n (fixed/y 1 :status)
(bsp/n (fixed/y 5 :sample-viewer)
(bsp/w (fixed/x :w-sidebar :pool)
(bsp/e :samples-keys
(fill/y :editor)))))))