MIDIDeviceInfo

Represents a MIDI device

Members

Variables

id
uint id;

Identifier of the device (used by the operating system)

name
string name;

Human-readable name of the device (e.g. "Keystation Mini 32")

type
MIDIDeviceType type;

Type of the device

Meta