home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / SOUNDUTL / MM111.ZIP / MM.DOC next >
Text File  |  1990-12-05  |  9KB  |  258 lines

  1.  
  2.  
  3.     ====== MuchMusic 1.11 ============================= Order Form ======
  4.  
  5.     Please send cheque or money order payable in US or CAD to "Tsung Hu",
  6.     overseas order in money order. (Note that the current postage from US
  7.     to Canada is $0.30.)
  8.  
  9.             Mr. Tsung Hu
  10.             P.O.Box 938, Unit 105
  11.             St. Catharines, Ontario
  12.             L2R 6Z4  Canada
  13.  
  14.     ---------------------------------------------------------------------
  15.  
  16.       Qty.     Item                                 US/CAD    Amount
  17.  
  18.       ___  MuchMusic Registration                @ $18/$20  $________
  19.            (with registered version and document on disk)
  20.  
  21.       ___  Evaluation disk                        @ $5/ $6  $________
  22.            (not registration)
  23.  
  24.                               Add $1 per copy for 3.5 disk  $________
  25.  
  26.           Shipping and handling outside US and Canada @ $2  $________
  27.  
  28.  
  29.                                       Total  US$________/CAD$________
  30.  
  31.  
  32.                                  Signature ______________________________
  33.  
  34.  
  35.     Name     ____________________________________________________________
  36.  
  37.     Address  ____________________________________________________________
  38.  
  39.              ____________________________________________________________
  40.  
  41.     Country  _____________________  Phone   (______)_____________________
  42.  
  43.     Where did you obtain MuchMusic ? ____________________________________
  44.  
  45.     Comments ____________________________________________________________
  46.  
  47.     _____________________________________________________________________
  48.  
  49.  
  50.     =====================================================================
  51.  
  52.  
  53.  
  54.  
  55.                MuchMusic for Adlib & Sound Blaster v1.11
  56.  
  57.  
  58.                     Copyright (c) 1990 Tsung Hu.
  59.  
  60.                         All rights reserved.
  61.  
  62.  
  63.  
  64.  
  65. Usage
  66.  
  67.     Play Adlib ROL and Sound Blaster CMF music files and ZIP files
  68.     that contain ROL and CMF music files.
  69.  
  70.  
  71. Requirements
  72.  
  73.     Adlib music card with the Sound Driver SOUND.COM installed or
  74.     Sound Blaster music card.
  75.  
  76.     90K to 150K bytes free memory is required depending on the number
  77.     of music files in the directory.
  78.  
  79.     MuchMusic is a DesqView-aware software.
  80.  
  81.  
  82. Setting up the environment variables
  83.  
  84.     MuchMusic uses several environment variables to locate
  85.     the music files.  Once the variables are set up, you
  86.     can run MuchMusic at any directory without any parameter.
  87.  
  88.     The following commands should be put in your AUTOEXEC.BAT.
  89.  
  90.     SET ROL=  indicates the directory where the Adlib ROL music file is.
  91.     SET CMF=  indicates where the Sound Blaster CMF music file is.
  92.     SET BNK=  indicates where the Adlib BNK instrument bank is.
  93.     SET MMUNZIP= indicates where the PKUNZIP is.
  94.  
  95.     All directories must end with an '\', for example,
  96.         SET ROL=C:\ROL\
  97.         SET CMF=C:\CMF\
  98.         SET BNK=C:\ROL\
  99.         SET MMUNZIP=C:\UTIL\
  100.  
  101.     During the setup, if AUTOEXEC.BAT reports 'not enough environment
  102.     space', you should put the SHELL command in your CONFIG.SYS. For
  103.     example,
  104.         SHELL=\COMMAND.COM /p /e:1200
  105.     increase the environment space to 1200 bytes.
  106.  
  107.  
  108. Running MuchMusic
  109.  
  110.     MM [rolfile] [cmffile] [bnkfile] [zipfile] [/a] [/b]
  111.  
  112.         Default is ROL and CMF files of the current directory or the
  113.         directory indicated by the SET ROL= and SET CMF= environment
  114.         variables. \ must be the last character in these variables. For
  115.         example, you can put the following lines in your AUTOEXEC.BAT
  116.               SET ROL=C:\ROL\
  117.               SET CMF=C:\CMF\
  118.         If no ROL or CMF is in the directory, ZIP files in the directory
  119.         are searched.  As a result, just
  120.               MM
  121.         in the DOS command line includes all ROL file in C:\ROL\ and
  122.         CMF file in C:\CMF\.  If there is no ROL or CMF, all ZIP file
  123.         in C:\ROL\ and C:\CMF\ are included for ROL and CMF file.
  124.  
  125.     [rolfile] and [cmffile] can be any valid path name. If no
  126.         extension is given, both ROL and CMF files will be searched.
  127.         For example,
  128.               MM \MUSIC\*
  129.         includes all ROL and CMF in the MUSIC directory.  Multiple
  130.         directories can be specified.  For example,
  131.               MM \ROL\*.ROL \MUSIC\*.ROL \CMF\*.CMF
  132.         includes all ROL files in ROL and MUSIC directory and CMF
  133.         files in the CMF directory.
  134.  
  135.     [bnkfile] is a Adlib instrument bank. Default bank is the
  136.         STANDARD.BNK in the current directory or the directory
  137.         indicated by the SET BNK= environment variable. For example,
  138.               MM MYBANK.BNK
  139.         uses the MYBANK.BNK instrument bank instead of the standard
  140.         bank. If the standard instrument bank is not on the current
  141.         directory, you can put the following lines in your AUTOEXEC.BAT
  142.               SET BNK=C:\ROL\
  143.         assuming that the STANDARD.BNK is in the C:\ROL\ directory.
  144.  
  145.     [zipfile] is a ZIP compressed file which contains ROL or CMF
  146.         music file.  You must have PKUNZIP.EXE in the current
  147.         directory, a directory indicated by the SET PATH= environment
  148.         variable or the directory indicated by the SET MMUNZIP=
  149.         environment variable. For example, you can put the following
  150.         lines in your AUTOEXEC.BAT
  151.               SET MMUNZIP=C:\ROL\
  152.         To play ROL or CMF inside a ZIP file, you can rum
  153.               MM ROL.ZIP
  154.         or    MM ROL.ZIP \MUSIC\CMF.ZIP
  155.         However, the STANDARD.BNK inside the ZIP file is NOT used.
  156.         You can also mix the [rolfile] and [cmffile] with the
  157.         [zipfile] parameter.  For example,
  158.               MM *.ROL *.CMF \MUSIC\*.ZIP
  159.  
  160.     [/a] option forces MuchMusic to check for Adlib Music Card
  161.     only.  If you have an Adlib card and CMF music files, you
  162.     should use this option.
  163.  
  164.     [/b] option forces BIOS write instead of direct screen write.
  165.  
  166.  
  167. Menu commands
  168.  
  169.     LEFT, RIGHT,
  170.     UP, DOWN,
  171.     HOME, END           Move cursor
  172.     SPACEBAR            Mark/Unmark songs
  173.     ENTER               Play marked songs or the one under the
  174.                         cursor if no song is marked
  175.     TAB,SHIFT TAB       Move cursor to next panel if there are two
  176.                         panels.
  177.     ESC                 Quit to DOS
  178.     F1                  Help screen
  179.     F2                  Play songs repeatedly until Escape is pressed
  180.     F10                 Mark/Unmark all songs
  181.     Alphanumeric key    Jump to the next song starting with the key
  182.                         letter or number
  183.  
  184.  
  185. Registration
  186.  
  187.     MuchMusic is not free. You must register after the 15-day
  188.     evaluation time period.
  189.  
  190.     MuchMusic is a Shareware product. It is distributed through
  191.     public access channels so that perspective buyers can have
  192.     the opportunity to evaluate the product before making a
  193.     decision to buy. If you decide to use this software then
  194.     you are under both legal and moral obligation to register
  195.     it with the author. But if you decide not to use it after
  196.     evaluating the software, you are under no obligation. It
  197.     is fully protected by State, Federal and International
  198.     copyright laws.
  199.  
  200.     If you continue to use MuchMusic after the 15-day evaluation
  201.     time period you must register it.
  202.  
  203.         Registration Fee :      $ 18.0 US
  204.                              or $ 20.0 CAD
  205.  
  206.     To register your copy of MuchMusic, fill in the order form
  207.     and mail along with your cheque or money order in US or CAD
  208.     to the address indicated in the form.
  209.  
  210.     When you register, you will receive the program diskette
  211.     of the current version which have the ending screen removed.
  212.  
  213.     As a registered user, you can write to us if you have questions
  214.     or problems. We appreciate suggestions and ideas.
  215.  
  216.  
  217. Evaluation Diskette
  218.  
  219.     MuchMusic is distributed on a diskette which contain the
  220.     current version. The diskette is available for US$5/CAD$6
  221.     per copy. This fee covers the cost of postage, diskette,
  222.     and handling but does not include registration.
  223.  
  224. License
  225.  
  226.     You are free to copy and distribute MuchMusic for NON-COMMERCIAL
  227.     use
  228.  
  229.     IF:
  230.         NO FEE IS CHARGED FOR USE, COPYING OR DISTRIBUTION,
  231.            AND IT IS NOT MODIFIED IN ANY WAY.
  232.  
  233.     Computer user groups or clubs may make copies of MuchMusic
  234.     for distribution to members for a fee that covers copying
  235.     and other administrative costs. Bulletin Board Systems (BBS)
  236.     that operate through subscription fees may post MuchMusic
  237.     for download by its subscribers.
  238.  
  239.     Disk distributors of Shareware or User-Supported software
  240.     may distribute MuchMusic for a fee under US$8 which covers
  241.     copying and other administrative costs. Otherwise, the
  242.     distributors have to obtain a written permission from the
  243.     author.
  244.  
  245.  
  246. History
  247.  
  248.     v1.00  10-30-90  First public release.
  249.     v1.01  11-02-90  Speed up 80% in collecting the file name.
  250.     v1.10  11-12-90  Can play ROL and CMF music file inside ZIP file.
  251.     v1.11  12-05-90  Increased compatibility with Adlib music card.
  252.                      Option /a added to check Adlib card only.
  253.                      Cursor stays at the last panel instead of
  254.                      always switch back to the ROL panel.
  255.  
  256. Enjoy and have fun!
  257.  
  258.