INT 7E - IWSBSDRV v1.41 - SEND MIDI(Musical Instrument Digital Interface) A standardized interface for controlling musical instruments with a computer. BYTE
	AX = 0001h
	DX = game device handle
	BL = MIDI(Musical Instrument Digital Interface) A standardized interface for controlling musical instruments with a computer. byte to send???
	???
Return: EAX = status
	    00000000h if successful
	    FFFFFFFFh on error (function disabled)
Program: IWSBSDRV is the resident portion of the InterWave SBOS sound card
	  emulator for the Gravis UltraSound Plug-and-Play
Note:	this function is only supported if the MIDISIMPLE device has been
	  opened via the InterWave Game API(Application Program[ming] Interface) The defined set of calls which a program may make to interact with or request services of the operating system or environment under which it is running.  Because the inputs and outputs of the calls are well-defined, a program using the API can continue using the identical calls even if the internal organization of the program providing the API changes. (see INT 2F/AX=CD21h)
SeeAlso: AX=0002h,INT 2F/AX=CD21h,#03074