wip: refactor pt.35 (16e) even more traits, even fewer structs

This commit is contained in:
🪞👃🪞 2024-11-15 02:01:09 +01:00
parent beca1a6ade
commit 7af5bbd02b
12 changed files with 121 additions and 191 deletions

View file

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