-
Notifications
You must be signed in to change notification settings - Fork 38
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
sendSysEx() on Mac OSX #25
Comments
Could you provide some information on your problem? Useful would be
|
Please try it |
You might be right - the request is made with a reference to a temporary (from your functions Possible options:
I do not have OS X available for testing, so I'm not the right person to implement such a thing ;) |
Solved by changing the code
to
When can I delete the object |
refer to https://developer.apple.com/documentation/coremidi/midisysexsendrequest
|
@waddlesplash would have to answer that. :) |
You can submit a pull request with this, sure. It would be best if the warnings were fixed, and of course you need to write the callback to delete the request. |
Hi, my program works well in Linux and Windows. It goes to crash on Mac OS X.
After a debug session I can't find the bug.
I can send not more than one or two midi massage (on Mac OS X).
My opinion is that MIDISendSysex() function is async.
Does anyone had the same problem?
The text was updated successfully, but these errors were encountered: