BASS.NET API for the Un4seen BASS Audio Library

BassMidiBASS_MIDI_InGetGeviceInfos Method

BASS.NET API for the Un4seen BASS Audio Library
Returns all available MIDI input devices.

Namespace:  Un4seen.Bass.AddOn.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static BASS_MIDI_DEVICEINFO[] BASS_MIDI_InGetGeviceInfos()

Return Value

Type: BASS_MIDI_DEVICEINFO
An array of BASS_MIDI_DEVICEINFO elements representing the available MIDI input devices.
Remarks

Uses BASS_MIDI_InGetDeviceInfo(Int32, BASS_MIDI_DEVICEINFO) internally.
See Also

Reference