You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one of the variations has a note that ends near the phrase boundary (end of loop), when switching away from that variation, the note-off won't get through. So that note continues to play (forever).
Workaround: shorten the note so it's further away from the end of the loop.
The text was updated successfully, but these errors were encountered:
Send an all notes off message whenever the variation changes. This could cut/clip any notes longer than the loop region (or past phrase boundary for longer patterns).
Keep track of all the note-ons with an array or MidiKeyboardState. Then either send those specific note-offs on variation switch, or use this to "play" the muted variation's note-offs at the correct time. This would allow note-offs past the phrase boundary.
If one of the variations has a note that ends near the phrase boundary (end of loop), when switching away from that variation, the note-off won't get through. So that note continues to play (forever).
Workaround: shorten the note so it's further away from the end of the loop.
The text was updated successfully, but these errors were encountered: