MCPcopy Create free account
hub / github.com/celtera/libremidi / get_current_api

Method get_current_api

include/libremidi/midi_in.cpp:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304LIBREMIDI_INLINE
305libremidi::API midi_in::get_current_api() const noexcept
306{
307 return m_impl->get_current_api();
308}
309
310LIBREMIDI_INLINE
311stdx::error midi_in::open_port(const input_port& port, std::string_view portName)

Callers 6

NB_MODULEFunction · 0.45
midi_out.cppFile · 0.45
midi_in.cppFile · 0.45
open_portMethod · 0.45
libremidi.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected