home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / miscprog / midiex19 / readme < prev   
Encoding:
Text File  |  1991-05-14  |  2.0 KB  |  58 lines

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