Retrieves information on a MIDI input device.
Namespace: Un4seen.Bass.AddOn.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
Parameters
- device
- Type: SystemInt32
The device to get the information of... 0 = first. - info
- Type: Un4seen.Bass.AddOn.MidiBASS_MIDI_DEVICEINFO
An instance of the BASS_MIDI_DEVICEINFO class to store the information at.
Return Value
Type: BooleanIf successful, then is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks
ERROR CODE | Description |
---|---|
BASS_ERROR_DEVICE | The device number specified is invalid. |
Platform-specific
MIDI input is not available on Android.
See Also