add HasJack; Arrangement

This commit is contained in:
🪞👃🪞 2025-01-12 00:42:53 +01:00
parent 744ce21e24
commit e73c31d494
12 changed files with 565 additions and 387 deletions

View file

@ -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(