mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
add HasJack; Arrangement
This commit is contained in:
parent
744ce21e24
commit
e73c31d494
12 changed files with 565 additions and 387 deletions
|
|
@ -112,7 +112,7 @@ pub fn main () -> Usually<()> {
|
|||
//}
|
||||
//};
|
||||
Ok(match cli.mode {
|
||||
TekMode::Clock => engine.run(&jack.activate_with(|jack|Ok(TransportTui {
|
||||
TekMode::Clock => engine.run(&jack.activate_with(|jack|Ok(ClockTui {
|
||||
jack: jack.clone(), clock: default_clock(jack),
|
||||
}))?)?,
|
||||
TekMode::Sampler => engine.run(&jack.activate_with(|jack|Ok(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue