-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latency correction, midi noteon/noteoff order issue #779
Comments
Going over some older issues, found this. Observed! Wow, sorry about that, investigating... |
Fixed in master now. Tested OK with/without latency correction, and with Jack and Rt Pulse. |
Alright, cool. No worries, I'm sure we would have had more complaints if more people were hit. |
Lemme get that wave left-border resizing thing done before considering release. |
This issue is stale because it has been inactive for two years. Remove Stale label or write a comment, otherwise it will be closed in 30 days. |
I guess I fixed this one. Closing for now. |
During some collaboration with MusE user oscillator I disovered the reason for an issue I noted earlier on.
Basically, when Latency correction is enabled midi notes that are player back to back will (sometimes it seems) not always sound correctly.
A melodyline where the same note was played over an over the new note starting on the same beat as the first one stopped will sometimes only make a very short sound like it is playing but then immediately silenced.
So my thought was that the noteoff might not be sorted correctly so it is played after the noteon.
An additional little discovery is that it seems to work correctly when I use RtAudio as backend instead of jack. No idea if that makes any sense.
Anyway, I know there are some issues with Latency correction, maybe this is related.
The text was updated successfully, but these errors were encountered: