v5.4.0 #185
jcelerier
announced in
Announcements
v5.4.0
#185
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
import libremidi;. So far compilers other than Clang 20+ crash. Enable with-DLIBREMIDI_LIBRARY_MODE=MODULE. Note that one cannot mix a module-based and a non-module based API. An example is provided inexamples/modules.cpplibremidi::set_client_name/client_namefunction to simplify construction of an API object with a custom client name.port_information/input_port/output_portobjects. Multiple ways of doing this comparison depending on the use case have been provided as examples in<libremidi/port_comparison.hpp>.libremidi::find_closest_port(query, existing_ports)utility function which tries to lookup the most likely candidate for a MIDI port across backends with the lookup information that can be provided.This discussion was created from the release v5.4.0.
Beta Was this translation helpful? Give feedback.
All reactions