BASS_MIDI_InFree
Frees a MIDI input device.
BOOL BASS_MIDI_InFree(
DWORD device
);
Parameters
| device | The device to free. |
Return value
If successful, then TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
| BASS_ERROR_DEVICE | device is invalid. |
| BASS_ERROR_INIT | The device has not been initialized. |