home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / MD / MD007.ZIP / PLAYPAK.DOC < prev    next >
Text File  |  1990-12-27  |  4KB  |  97 lines

  1.  
  2.                                        
  3.                    PLAY-PAK -- MIDI File Player Utilities
  4.                        Copyright 1990,  Kevin Weiner
  5.                             All rights reserved
  6.  
  7.  
  8. Installation
  9. ------------
  10.  
  11. It is suggested that all the included files be copied into a subdirectory
  12. and that the subdirectory be added to the DOS search path for ease of
  13. use.  If you are using a MIDI interface with non-standard IRQ or port
  14. settings, see the device setup section below for proper set up.
  15.  
  16.  
  17. Hardware
  18. --------
  19.  
  20. Play has the largest memory requirement of the included programs.  It
  21. needs a minimum of 142K of available ram, plus the amount of memory
  22. required to store the largest MIDI file to be played.  The following
  23. MIDI interfaces are supported: all Roland MPU-401 compatibles, IBM Music
  24. Feature card, Key Electronice MIDIator, Creative Labs SOUND BLASTER
  25. (with MIDI adapter).  
  26.  
  27.  
  28. Device setup
  29. ------------
  30.  
  31. To run any of these programs in default mode, type one of the program
  32. names listed below.  To select special MIDI device options, include the
  33. -d option on the command line.  The -d option identifies the MIDI
  34. interface(s) in use, and optionally, the IRQ and base I/O address:
  35.  
  36.              -dmfc      selects IBM Music Feature
  37.              -dmpu      selects MPU-401 compatible
  38.              -dmidiator selects MIDIator
  39.              -dsbmidi   selects SOUND BLASTER MIDI
  40.  
  41.              (The first 3 letters of the device name are sufficient.)
  42.  
  43.     The MIDIator cannot be detected automatically and the -dmid option
  44.     must always be specified if one is in use.  
  45.  
  46.     Optional IRQ and I/O port address information can be added following
  47.     the device id if necessary:
  48.  
  49.              -dxxx:<irq>:<ioaddr>
  50.  
  51.     For example, to define an MPU-compatible interface using IRQ 5 and I/O
  52.     address 332 (hex), use:
  53.  
  54.              -dMPU:5:332
  55.  
  56.     If only the I/O address is required but the default IRQ is alright,
  57.     use -dMPU::332.
  58.  
  59.     The irq and ioaddr are not relevant to the MIDIator, though the first
  60.     option number can be given to indicate use of the com port 2 instead of
  61.     the default com 1.  (ex: -dmid:2)
  62.  
  63.     To set up a device before hand, define the "opt1" environment variable
  64.     to be the -d option that would be included on the command line.  For
  65.     example:
  66.                   set opt1=-dmpu:5:332
  67.  
  68.     This line would generally be added to the autoexec.bat file to 
  69.     select the option permanently.
  70.  
  71.  
  72. Programs included
  73. -----------------
  74.  
  75. PLAY       Standard MIDI file player - batch or interactive.
  76.            Usage: ** See the file PLAY.HLP **
  77.  
  78. PLAYB      Small, batch MIDI file player.
  79.            Usage: ** Same as Play batch mode **
  80.  
  81. PLAYR      Memory resident player.
  82.            Usage: ** See the file PLAYR.DOC **
  83.  
  84. RECORD     Records standard MIDI files suitable for use by PLAY.
  85.            Usage: ** See the file RECORD.HLP **
  86.  
  87.  
  88. All data entry within the Play and Record programs is self-prompting. 
  89. More complete usage information is contained in the help files.  The
  90. names of each interactive program's help files include the program name
  91. and have the extension '.HLP'.  The help files may be viewed within the
  92. programs via the F1 help option on any screen.  They may also be viewed
  93. as normal text files, or printed.  If using an editor to view them, be
  94. careful not to modify them, since they are specially formatted and may
  95. not be viewable within the programs if modified. 
  96.  
  97.