home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / miditool / midiex18 / readme < prev    next >
Text File  |  1989-12-07  |  2KB  |  47 lines

  1.                           MIDIEX version 1.8
  2.                    Updated by Mike W. Smith, 12/5/89
  3.  
  4.  
  5.   MIDIEX is a simple utility to transmit and receive raw System Exclusive
  6.   data between your computer and your synthesizer.  MIDIEX cannot send a
  7.   "Request SYSEX" message to your synthesizer, so all received data dumps
  8.   must be initiated by the synthesizer.  MIDIEX requires that a Roland
  9.   MPU-401 or equivalent interface installed in your computer to be able to
  10.   send and receive the data.  This version of MIDIEX allows you to set the
  11.   IRQ level the MPU uses, set the base address of the MPU card, and set the
  12.   receive buffer size.
  13.  
  14.  
  15.  
  16.   To set the parameters, use:
  17.  
  18.           MIDIEX /B:nnnn /I:n /A:nnn
  19.   where,
  20.  
  21.           /B:nnnn         is the size of the receive buffer in bytes,
  22.           /I:n            is the IRQ level of the MPU, and
  23.           /A:nnn          is the base address for the MPU's I/O ports,
  24.                           (for hexidecimal numbering, precede the address
  25.                            with a 0x)
  26.  
  27.   The defaults are /I:2 /A:0x330 /B:1024.
  28.  
  29.  
  30.  
  31.   To bring up help, use:
  32.  
  33.           MIDIEX ?
  34.  
  35.   which will display the above message.
  36.  
  37.  
  38.  
  39.   PROGRAMMER's NOTE:  MIDIEX has been completely rewritten and is now
  40.   compatable with Turbo C ver. 2.0.  To compile the files, you will need
  41.   either Borland's Turbo C ver. 2.0, Microsoft C ver. 5.0 or later, or
  42.   Quick C ver 1.0 or later compilers, and Microsoft's MASM ver. 5.1 or
  43.   Borland's TASM ver. 1.0 assemblers.  Make files have been provided for
  44.   both Microsoft MAKE and Borland TMAKE utilities.
  45.  
  46.  
  47.