Midi.ExternalDeviceCount Property

Definition

The number of external devices connected to this system.

public static nint ExternalDeviceCount { get; }
member this.ExternalDeviceCount : nint

Property Value

System.System.IntPtr System.nativeint

Remarks

You can retrieve a specific MIDI device by using the T:CoreMidi.Midi.GetExternalDevice(int).

Applies to