mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
wip: AudioEngine (new jack init)
This commit is contained in:
parent
98cf8da424
commit
2303b258f6
5 changed files with 108 additions and 80 deletions
|
|
@ -391,7 +391,10 @@ impl Default for Phrase {
|
|||
impl PartialEq for Phrase { fn eq (&self, other: &Self) -> bool { self.uuid == other.uuid } }
|
||||
impl Eq for Phrase {}
|
||||
impl PhrasePlayer {
|
||||
pub fn new (clock: &Arc<TransportTime>) -> Self {
|
||||
pub fn new (
|
||||
jack: &Arc<JackClient>,
|
||||
clock: &Arc<TransportTime>
|
||||
) -> Self {
|
||||
Self {
|
||||
clock: clock.clone(),
|
||||
phrase: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue