mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
recollect edns
This commit is contained in:
parent
664cd8942f
commit
0257aa2b61
21 changed files with 15 additions and 19 deletions
4
cli/edn/arranger.edn
Normal file
4
cli/edn/arranger.edn
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(bsp/s (fixed/y 1 :transport)
|
||||
(bsp/n (fixed/y 1 :status)
|
||||
(fill/xy (bsp/a (fill/xy (align/e :pool))
|
||||
:arranger))))
|
||||
21
cli/edn/arranger_keys.edn
Normal file
21
cli/edn/arranger_keys.edn
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
(@u undo 1)
|
||||
(@shift-u redo 1)
|
||||
(@space clock toggle)
|
||||
(@shift-space clock toggle 0)
|
||||
(@t select :track 0)
|
||||
(@tab edit :clip)
|
||||
(@c color)
|
||||
(@q launch)
|
||||
(@shift-I input add)
|
||||
(@shift-O output add)
|
||||
(@shift-S scene add)
|
||||
(@shift-T track add)
|
||||
|
||||
(@up select :scene-prev)
|
||||
(@w select :scene-prev)
|
||||
(@down select :scene-next)
|
||||
(@s select :scene-next)
|
||||
(@left select :track-prev)
|
||||
(@a select :track-prev)
|
||||
(@right select :track-next)
|
||||
(@d select :track-next)
|
||||
8
cli/edn/arranger_keys_clip.edn
Normal file
8
cli/edn/arranger_keys_clip.edn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(@g clip get)
|
||||
(@p clip put)
|
||||
(@delete clip del)
|
||||
(@comma clip prev)
|
||||
(@period clip next)
|
||||
(@lt clip swap-prev)
|
||||
(@gt clip swap-next)
|
||||
(@l clip loop-toggle)
|
||||
0
cli/edn/arranger_keys_mix.edn
Normal file
0
cli/edn/arranger_keys_mix.edn
Normal file
7
cli/edn/arranger_keys_scene.edn
Normal file
7
cli/edn/arranger_keys_scene.edn
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(@q scene launch :scene)
|
||||
(@c scene color :scene)
|
||||
(@comma scene prev)
|
||||
(@period scene next)
|
||||
(@lt scene swap-prev)
|
||||
(@gt scene swap-next)
|
||||
(@delete scene delete)
|
||||
12
cli/edn/arranger_keys_track.edn
Normal file
12
cli/edn/arranger_keys_track.edn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(@q track launch :track)
|
||||
(@c track color :track)
|
||||
(@comma track prev)
|
||||
(@period track next)
|
||||
(@lt track swap-prev)
|
||||
(@gt track swap-next)
|
||||
(@delete track delete)
|
||||
|
||||
(@r track rec)
|
||||
(@m track mon)
|
||||
(@p track play)
|
||||
(@P track solo)
|
||||
6
cli/edn/groovebox.edn
Normal file
6
cli/edn/groovebox.edn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(bsp/s (fixed/y 1 :transport)
|
||||
(bsp/s :sample
|
||||
(bsp/n (fixed/y 1 :status)
|
||||
(bsp/w (fixed/x :w-sidebar :pool)
|
||||
(bsp/e :sampler
|
||||
(fill/y :editor))))))
|
||||
4
cli/edn/sequencer.edn
Normal file
4
cli/edn/sequencer.edn
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(bsp/s (fixed/y 1 :transport)
|
||||
(bsp/n (fixed/y 1 :status)
|
||||
(bsp/w (fixed/x :w-sidebar :pool)
|
||||
(fill/y :editor))))
|
||||
1
cli/edn/transport.edn
Normal file
1
cli/edn/transport.edn
Normal file
|
|
@ -0,0 +1 @@
|
|||
:transport
|
||||
Loading…
Add table
Add a link
Reference in a new issue