mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
wip: enqueue synced (!!!)
This commit is contained in:
parent
2d1c901b8c
commit
89dcc2afe2
5 changed files with 26 additions and 15 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue