Function portmidi::initialize [] [src]

pub fn initialize() -> PortMidiResult<()>

initialize initalizes the underlying PortMidi C library, call this before using the library.

Once initialized, PortMidi will no longer pickup any new Midi devices that are connected, i.e. it does not support hot plugging.