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