													MIDIEX version 1.A1
									 Updated by Tom Cohoe, 10/31/91


  MIDIEX is a simple utility to transmit and receive raw System Exclusive
	data between your computer and your synthesizer.  MIDIEX can now send a
	"Request SYSEX" message to your synthesizer, so data dumps can be initiated
	by MIDIEX or by the synthesizer.  Dumps in which several Sysex messages are
	sent back to back (such as the Korg Wavestation ALL dump) can now be wholly
	received into a single file.  MIDIEX requires that a Roland MPU-401 or
	equivalent interface installed in your computer to be able to send and
	receive the data.  This version of MIDIEX allows you to set the IRQ level
	the MPU uses, set the base address of the MPU card, and set the receive
	buffer size up to all available memory.



  To set the parameters, use:

	  MIDIEX /B:nnnn /I:n /A:nnn
  where,

	  /B:nnnn         is the size of the receive buffer in bytes,
	  /I:n            is the IRQ level of the MPU, and
	  /A:nnn          is the base address for the MPU's I/O ports,
			  (for hexidecimal numbering, precede the address
			   with a 0x)

  The defaults are /I:2 /A:0x330 /B:1024.



  To bring up help, use:

	  MIDIEX ?

  which will display the above message.



	PROGRAMMER's NOTE:  A make file, MIDIEX.MAK, has been provided for
	Borland's TMAKE utility.  You will have to change the paths in MIDIEX.MAK
	to reflect your own directory setup.  Read the comments in RECVSYSX.ASM
	before trying to compile MIDIEX.


