mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
api: compact
This commit is contained in:
parent
e4808f8fc1
commit
3ef3d5eb6f
22 changed files with 441 additions and 558 deletions
|
|
@ -103,7 +103,7 @@ impl Cli {
|
|||
}
|
||||
let mut app = Tek {
|
||||
jack: jack.clone(),
|
||||
color: ItemPalette::random(),
|
||||
color: ItemTheme::random(),
|
||||
clock: Clock::new(jack, self.bpm)?,
|
||||
view: SourceIter(match mode {
|
||||
LaunchMode::Clock => include_str!("./edn/transport.edn"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue