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

[c] keep API enum in sync with api.hpp. #118

Closed
wants to merge 1 commit into from

Conversation

atsushieno
Copy link
Contributor

There were new enum entries in libremidi_api at 13b0d84, but they were not kept in sync in libremidi-c.h. It resulted in that UMP APIs (I confirmed it on coremidi_ump) libremidi_midi_observer_enumerate_input_ports() and libremidi_midi_observer_enumerate_output_ports() do not return the platform ports anymore.

This patch should fix the issue.

@jcelerier
Copy link
Member

thanks for noticing ! fixed it by using a single truth source for C and C++ APIs instead

@jcelerier jcelerier closed this Sep 7, 2024
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

Successfully merging this pull request may close these issues.

2 participants