wrap JackClient in Arc

This commit is contained in:
🪞👃🪞 2024-10-27 02:33:15 +03:00
parent b9cf6b8008
commit 5a325666fd
4 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ impl SequencerCli {
|state: &Arc<RwLock<TransportToolbar<Tui>>>, client, scope| {
state.write().unwrap().process(client, scope)
}
)?
)?.into()
);
let focus_cursor = (1, 1);
let clock = transport.read().unwrap().clock.clone();