mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-11 14:16:42 +01:00
wip: refactor pt.35 (16e) even more traits, even fewer structs
This commit is contained in:
parent
beca1a6ade
commit
7af5bbd02b
12 changed files with 121 additions and 191 deletions
|
|
@ -35,7 +35,7 @@ impl<T: PlayheadApi> Command<T> for PlayheadCommand {
|
|||
|
||||
pub trait PlayheadApi: ClockApi {
|
||||
|
||||
fn transport (&self) -> &RwLock<Option<TransportState>>;
|
||||
fn transport (&self) -> &jack::Transport;
|
||||
|
||||
fn playing (&self) -> &RwLock<Option<TransportState>>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue