Skip to content
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

implement getCallback and warn from RtMidiCompatibility classes. #15

Open
keinstein opened this issue Oct 1, 2020 · 0 comments
Open

Comments

@keinstein
Copy link
Owner

RtMidi issues a warning when the MIDI callback is set twice. This is checked against a null pointer.
The actual interface does not set a callback and implements polling using a callback class. So the null pointer check does not work anymore.

The compatibily class should check the current callback against its queue address so it needs to retrieve the callback from the backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant