mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
JackClient -> JackConnection
This commit is contained in:
parent
c3f9aa7549
commit
411d4bc91d
23 changed files with 55 additions and 51 deletions
|
|
@ -6,7 +6,7 @@ use PhraseCommand::*;
|
|||
use PhrasePoolCommand::*;
|
||||
/// Root view for standalone `tek_sequencer`.
|
||||
pub struct SequencerTui {
|
||||
_jack: Arc<RwLock<JackClient>>,
|
||||
_jack: Arc<RwLock<JackConnection>>,
|
||||
pub transport: bool,
|
||||
pub selectors: bool,
|
||||
pub clock: ClockModel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue