home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 100-199 / ff101.lzh / Midi / util / ReadMe < prev    next >
Text File  |  1987-09-05  |  2KB  |  52 lines

  1.                             MIDI UTILITIES v2.0 
  2.  
  3. The MIDI utilities and MIDI library are Copyright (C) 1987, Pregnant  
  4. Badger Software.  All rights reserved.  These files may be freely  
  5. distributed but not for profit, although they may be included with  
  6. commercial products that make use of the MIDI library (see the  
  7. developer's Arc file for more information). 
  8.  
  9.      Bill Barton 
  10.      1111 El Sur Way 
  11.      Sacramento, CA  95864 
  12.      (916) 487-9472 
  13.  
  14.      BIX:  peabody 
  15.      Delphi:  BBARTON 
  16.  
  17.  
  18. This is a revised set of my MIDI utilities.  They make use of my new MIDI  
  19. packet switching library.  All are functional but some are considered  
  20. experimental.  In order to use any of the utilities you must install  
  21. midi.library in your LIBS: directory.  For more information regarding the  
  22. MIDI library see the other Arc files or contact Pregnant Badger Software  
  23. (see below). 
  24.  
  25.      midi.library  The MIDI library.  Install it in your LIBS: directory. 
  26.  
  27.      ht            Hex Transmit.  Transmits MIDI messages enter on its  
  28.                    command line in hex.  Type "ht" for usage. 
  29.  
  30.      mm            Midi Monitor.  Displays incoming MIDI messages to the  
  31.                    console in one of various ways.  Type "mm ?" for usage. 
  32.  
  33.      r             This is a simple routing utility.  It is considered an  
  34.                    example rather than a finished product.  Its source is  
  35.                    included in the examples directory. 
  36.  
  37.      rsx           Receive System Exclusive.  Receives the next SysEx  
  38.                    message and saves it to a named file.  Type "rsx" for  
  39.                    usage. 
  40.  
  41.      stat          Is a general system status utility.  It includes a  
  42.                    report about the MIDI library's status.  Type "stat ?"  
  43.                    for usage. 
  44.  
  45.      tsx           Transmit System Exclusive.  Sends a named file.  The  
  46.                    file does not need to actually contain system  
  47.                    exclusive messages.  The program was originally  
  48.                    written as the compliment of rsx.  Type "tsx" for  
  49.                    usage. 
  50.  
  51.  
  52.