get_midi_interface

Function get_midi_interface 

Source
pub unsafe fn get_midi_interface(
    callback: retro_environment_t,
) -> Option<retro_midi_interface>
Expand description

Unstable Returns a MIDI interface that can be used for raw data I/O.

ยงThis feature is unstable and guarded by the unstable-env-commands feature flag.

Please be advised that this feature might change without further notice and no guarantees about its stability can be made.