-
Notifications
You must be signed in to change notification settings - Fork 78
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
Current version of openmidi dependency has Undefined Behaviour on MacOS #138
Comments
Can you test if #139 fixes it? I don't have a macOS machine right now to test it, but according to CI looks good. |
I just released midir 0.10.0 which now depends on coremidi 0.8.0 |
I actually don't think that this was fixed by coremidi 0.7, but probably chris-zen/coremidi#49 instead |
This should be fixed with the latest version of |
Actually a new version is not needed (and |
When using midir on MacOS with coremidi, i inevitably get panics related to
misaligned pointer dereference: address must be a multiple of 0x4 but is 0x7000115af679
, which originate inside ofcoremidi
. Looking at their issues, it seems that this was a known issue that has been fixed (chris-zen/coremidi#24). The fix is available in0.7.0
butmidir
still depends on0.6.0
, and will not accept a[patch]
'ed version.Would it be possible to upgrade to
coremidi = 0.7.0
?The text was updated successfully, but these errors were encountered: