pub fn install_midi_io_lib(cx: &mut Cx) -> Result<()>
Installs MidiIoLib into cx once and registers the in-memory source, sink, and tracked-source export records.
MidiIoLib
cx
Returns Ok(()) immediately if the lib is already installed.
Ok(())