General list of Midi Error Codes.
Namespace: radio42.Multimedia.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
MIDI_OK | 0 | no error | |
MIDI_ERROR_ERROR | 1 | unspecified error | |
MIDI_ERROR_BADDEVICEID | 2 | device ID out of range | |
MIDI_ERROR_NOTENABLED | 3 | driver failed enable | |
MIDI_ERROR_ALLOCATED | 4 | device already allocated | |
MIDI_ERROR_INVALHANDLE | 5 | device handle is invalid | |
MIDI_ERROR_NODRIVER | 6 | no device driver present | |
MIDI_ERROR_NOMEM | 7 | memory allocation error | |
MIDI_ERROR_NOTSUPPORTED | 8 | function isn't supported | |
MIDI_ERROR_BADERRNUM | 9 | error value out of range | |
MIDI_ERROR_INVALFLAG | 10 | invalid flag passed | |
MIDI_ERROR_INVALPARAM | 11 | invalid parameter passed | |
MIDI_ERROR_HANDLEBUSY | 12 | handle being used | |
MIDI_ERROR_INVALIDALIAS | 13 | specified alias not found | |
MIDI_ERROR_BADDB | 14 | bad registry database | |
MIDI_ERROR_KEYNOTFOUND | 15 | registry key not found | |
MIDI_ERROR_READERROR | 16 | registry read error | |
MIDI_ERROR_WRITEERROR | 17 | registry write error | |
MIDI_ERROR_DELETEERROR | 18 | registry delete error | |
MIDI_ERROR_VALNOTFOUND | 19 | registry value not found | |
MIDI_ERROR_NODRIVERCB | 20 | driver does not call DriverCallback | |
MIDI_ERROR_UNPREPARED | 64 | header not prepared | |
MIDI_ERROR_STILLPLAYING | 65 | still something playing | |
MIDI_ERROR_NOMAP | 66 | no configured instruments | |
MIDI_ERROR_NOTREADY | 67 | hardware is still busy | |
MIDI_ERROR_NODEVICE | 68 | port no longer connected | |
MIDI_ERROR_INVALIDSETUP | 69 | invalid MIF | |
MIDI_ERROR_BADOPENMODE | 70 | operation unsupported w/ open mode | |
MIDI_ERROR_DONT_CONTINUE | 71 | thru device 'eating' a message |
Remarks
See Also