-
Notifications
You must be signed in to change notification settings - Fork 65
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
delta timestamps are broken on macOS in current release (1.5.8) #204
Comments
Would you happen to have test case for this? |
my tests involve a hardware sequencer that play a pattern.
creates this output:
|
actually this is a strange limitation within rtmidi as midi is just a data stream and i might want to be able to send 100 note on messages at the same time. |
on macOS, when rtmidi receives midi packages containing multiple midi messages, the callback is called multiple times with the same delta time value.
this was fixed a couple of months ago in rtmidi here:
thestk/rtmidi@eafe2f7
this is a major issue for code that requires accurate timing so a new release might be motivated.
The text was updated successfully, but these errors were encountered: