mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
wrap JackClient in Arc
This commit is contained in:
parent
b9cf6b8008
commit
5a325666fd
4 changed files with 4 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue