BASS.NET API for the Un4seen BASS Audio Library

BassMidiBASS_MIDI_InGetDeviceInfos Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the total number of available MIDI input devices.

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

public static int BASS_MIDI_InGetDeviceInfos()

Return Value

Type: Int32
Number of real MIDI input devices available.
Remarks

Uses BASS_MIDI_InGetDeviceInfo(Int32, BASS_MIDI_DEVICEINFO) internally.
See Also

Reference