Function OSSingleton.getConnectedMidiInputs

Returns an array of MIDI device names. The returned array will be empty if the system MIDI driver has not previously been initialised with openMidiInputs. Note: This method is implemented on Linux, macOS and Windows.

PoolArray!(godot.core.string.String) getConnectedMidiInputs() nothrow @nogc;