wip: enqueue synced (!!!)

This commit is contained in:
🪞👃🪞 2024-10-26 19:12:26 +03:00
parent 2d1c901b8c
commit 89dcc2afe2
5 changed files with 26 additions and 15 deletions

View file

@ -58,7 +58,7 @@ impl<E: Engine> PhrasePlayer<E> {
if let (
Some(TransportState::Rolling),
Some((start_frame, _)),
Some(ref phrase)
Some((_started, Some(ref phrase)))
) = (playing, started, &self.phrase) {
phrase.read().map(|phrase|{
if self.midi_out.is_some() {