Click or drag to resize

OSGetConnectedMidiInputs Method

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.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string[] GetConnectedMidiInputs()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.OS.GetConnectedMidiInputs"]

See Also