mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-01-31 16:36:40 +01:00
refactor: extract dizzle
This commit is contained in:
parent
ac7fbdb779
commit
044f60ebcb
8 changed files with 176 additions and 181 deletions
10
app/tek.edn
10
app/tek.edn
|
|
@ -38,12 +38,6 @@
|
|||
:ports/out
|
||||
(bsp/n :ports/in (bg (g 30) (bsp/s (fixed/y 7 :logo) (fill :dialog/menu)))))))
|
||||
|
||||
(view :menu (bsp/s
|
||||
(push/y 4 (fixed/xy 20 2 (bg (g 0) :debug)))
|
||||
(fixed 20 2 (bg (g 20) (push/x 2 :debug)))))
|
||||
|
||||
(view :menu (bsp/s (fixed/y 4 :debug) :debug))
|
||||
|
||||
(view :ports/out (fill/x (fixed/y 3 (bsp/a
|
||||
(fill/x (align/w (text L-AUDIO-OUT)))
|
||||
(bsp/a (text MIDI-OUT) (fill/x (align/e (text AUDIO-OUT-R))))))))
|
||||
|
|
@ -111,9 +105,7 @@
|
|||
(mode :add-device (keys :add-device)) (mode :browse (keys :browse)) (mode :rename (keys :input))
|
||||
(mode :length (keys :rename)) (mode :clip (keys :clip)) (mode :track (keys :track))
|
||||
(mode :scene (keys :scene)) (mode :mix (keys :mix))
|
||||
(keys :clock :arranger :global) :arranger)
|
||||
|
||||
(view :arranger (bsp/n
|
||||
(keys :clock :arranger :global) (bsp/n
|
||||
:status
|
||||
(bsp/w :meters/output (bsp/e :meters/input :arrangement))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue