BASS.NET API for the Un4seen BASS Audio Library

MidiOutputDeviceGetDeviceDescriptions Method

BASS.NET API for the Un4seen BASS Audio Library
Returns all available Midi output 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.

Note: Not all Midi output devices might used when sending messages. So you should check the device capabilities (see GetInfo(Int32) - typically only Midi output devices with the IsMidiPort property set to should be used with this class).

See Also

Reference