BASS.NET API for the Un4seen BASS Audio Library

MidiInputDeviceGetDeviceDescriptions Method

BASS.NET API for the Un4seen BASS Audio Library
Returns all available Midi input device names.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static string[] GetDeviceDescriptions()

Return Value

Type: String
An array of strings representing the available devices.
Remarks

The index of the returned descriptions equals the deviceID, which might be used with the constructor of this class.

See Also

Reference