mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-11 14:16:42 +01:00
wip: refactor pt.42 (84e) lotta todo!
This commit is contained in:
parent
bf0e14c252
commit
638298ad32
11 changed files with 536 additions and 335 deletions
|
|
@ -27,7 +27,7 @@ pub trait HasMidiBuffer {
|
|||
}
|
||||
}
|
||||
|
||||
pub trait HasPhrase: ClockApi + PlayheadApi + HasMidiBuffer {
|
||||
pub trait HasPhrase: PlayheadApi + HasMidiBuffer {
|
||||
fn phrase (&self)
|
||||
-> &Option<(Instant, Option<Arc<RwLock<Phrase>>>)>;
|
||||
fn phrase_mut (&self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue