Share via


Midi.DeviceCount Property

Definition

The number of MIDI devices in the system (do not confused with external connected devices).

public static IntPtr DeviceCount { get; }
static member DeviceCount : nativeint

Property Value

IntPtr

nativeint

Remarks

You can retrieve a specific MIDI device by using the GetDevice(IntPtr).

Applies to