Handling Errors with MIDI Functions
MIDI audio functions return a nonzero error code. For MIDI-associated errors,
the 
midiInGetErrorText and 
midiOutGetErrorText functions retrieve textual descriptions for the error codes. The application
must still look at the error value itself to determine how to proceed, but it
can use the error descriptions in dialog boxes to inform users of the error
conditions.
The only MIDI functions that do not return error codes are the 
midiInGetNumDevs and 
midiOutGetNumDevs functions. These functions return a value of zero if no devices are present
in a system or if any errors are encountered by the function.
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples