mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-09-19 13:16:43 +02:00
compiled layouts
This commit is contained in:
parent
6771b24f79
commit
ab6959a84f
21 changed files with 534 additions and 263 deletions
24
src/tek.edn
24
src/tek.edn
|
|
@ -35,16 +35,16 @@
|
|||
(mode :mix (keys :mix))
|
||||
(view
|
||||
(bsp/n (bg (g 10) (bsp/e :transport :status))
|
||||
(bsp/w (bg (g 20) (exact/x 4 (align/ne :meters/output)))
|
||||
(bsp/e (bg (g 30) (exact/x 4 (align/nw :meters/input)))
|
||||
(full/xy (align/c (max/xy 80 80
|
||||
(bsp/s (bg (g 40) (exact/y 4 :tracks/outputs))
|
||||
(bsp/s (bg (g 60) (exact/y 4 :tracks/devices))
|
||||
(bsp/s (bg (g 50) (exact/y 2 :tracks/names))
|
||||
(bsp/w (bg (g 20) (exact/w 4 (align/ne :meters/output)))
|
||||
(bsp/e (bg (g 30) (exact/w 4 (align/nw :meters/input)))
|
||||
(full/xy (align/c (max/wh 80 80
|
||||
(bsp/s (bg (g 40) (exact/h 4 :tracks/outputs))
|
||||
(bsp/s (bg (g 60) (exact/h 4 :tracks/devices))
|
||||
(bsp/s (bg (g 50) (exact/h 2 :tracks/names))
|
||||
(bsp/s (either :mode/editor
|
||||
(bg (g 80) (bsp/e :scenes/names :editor))
|
||||
(bg (g 90) :scenes))
|
||||
(bg (g 70) (exact/y 4 :tracks/inputs))))))))))))))
|
||||
(bg (g 70) (exact/h 4 :tracks/inputs))))))))))))))
|
||||
|
||||
(keys :clock (@space clock/toggle 0)
|
||||
(@shift/space clock/toggle 0))
|
||||
|
|
@ -82,14 +82,14 @@
|
|||
(mode browse (keys :browse))
|
||||
(mode rename (keys :pool/rename))
|
||||
(mode length (keys :pool/length))
|
||||
(bsp/s (exact/y 1 :transport)
|
||||
(bsp/n (exact/y 1 :status)
|
||||
(bsp/s (exact/h 1 :transport)
|
||||
(bsp/n (exact/h 1 :status)
|
||||
(fill (bsp/a (fill/xy (align/e :pool)) :editor)))))
|
||||
|
||||
(mode :sampler (name Sampler) (info Sample player.)
|
||||
(keys :sampler/directions :sampler/record :sampler/play)
|
||||
(bsp/s (exact/y 1 :transport)
|
||||
(bsp/n (exact/y 1 :status)
|
||||
(bsp/s (exact/h 1 :transport)
|
||||
(bsp/n (exact/h 1 :status)
|
||||
(fill :samples/grid))))
|
||||
|
||||
(mode :groovebox (name Groovebox) (info Sequencer with sampler.)
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
|
||||
(view :groove/editor (bsp/n :groove/sample :groove/sequence))
|
||||
|
||||
(view :groove/sample (exact/y :h-sample-detail (bsp/e (fill/y (exact/x 20 (align/nw :sample-status))) :sample-viewer)))
|
||||
(view :groove/sample (exact/h :h-sample-detail (bsp/e (fill/y (exact/w 20 (align/nw :sample-status))) :sample-viewer)))
|
||||
|
||||
(view :groove/sequence (bsp/e (fill/y (align/n (bsp/s :status/v :editor-status))) (bsp/e :samples/keys :editor)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue