home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / musicbox / mbexe.arc / READ.ME < prev    next >
Text File  |  1988-03-20  |  2KB  |  55 lines

  1. Note:  MusicBox will not run unless you have a Microsoft compatible mouse
  2.        and a color monitor.  The monitor can be CGA, EGA or VGA compatable.
  3.  
  4. Files included with MusicBox:
  5.  
  6. In MBEXE.ARC:
  7.  
  8.      READ     .ME      This file.
  9.      MB       .EXE     The MusicBox program.
  10.      TUTOR    .SCR     A simplified MusicBox overlay.
  11.  
  12. In MBDOC.ARC:
  13.  
  14.      MUSICBOX .TXT     The MusicBox manual.
  15.  
  16. MUSICBOX.TXT: Use the DOS Print command to print this.  MusicBox is
  17.      not a program you can use without the manual, so this should be
  18.      the next thing you do.  Note that unprintable graphics icons are
  19.      identified in the document by a backslash and the hex character
  20.      code (i.e. "\7F").  The information is redundant and should be
  21.      ignored.  It is there for those who want ALL the details.
  22.      This file is now on a separate ARC file.
  23.  
  24. TUTOR.SCR:  This is a simplified module source screen overlay, with
  25.      only one or two modules per box, rather than the usual 8 to 10.
  26.      It will load instead of the normal screen whenever it is in the
  27.      default directory when MB is loaded.  After you have run through
  28.      the tutorials given in the manual and you are comfortable with
  29.      the MusicBox module layout, you can delete the file, or exile it
  30.      to a special tutorial directory, and the normal MusicBox module
  31.      source screen will become available.
  32.  
  33.      MusicBox is installed with 3 pages of workspace available.  If 
  34.      you have an EGA or VGA, you can set it to have 7 pages, enough
  35.      for a large-scale composition.  To do this, you need to change
  36.      a memory location value (from 3 to 7) with DEBUG:
  37.  
  38.           REN MB.EXE MB.BIN<RET>
  39.           DEBUG MB.BIN<RET>
  40.           E65C6 7<RET>
  41.           W<RET> 
  42.           REN MB.BIN MB.EXE<RET>
  43.  
  44.      You can also set MusicBox to work with 2 MPU's.  Follow the 
  45.      DEBUG procedure above, but "E65C5 3".  You can enter 0 to run
  46.      without any MPU's, or return the value to 1, for one MPU.   
  47.  
  48.      If you want to run with a floppy disk, you will have to disable
  49.      MusicBox's natural inclination to make a backup and set files.
  50.      With DEBUG, "E65D5 0<RET>" and "E65E2 0<RET>"
  51.  
  52.      Good luck with MusicBox.  I hope you find it to your liking.
  53.  
  54.                                               -- John Dunn
  55.