home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / mt / readme1 < prev    next >
Text File  |  1990-04-01  |  2KB  |  68 lines

  1. MT Program Disk for `MIDI Sequencing In C' by Jim Conger, M&T Books, 1989.
  2.  
  3. PLEASE do not distribute copies of this disk.
  4.  
  5. Order the book and disks from M&T Books, 501 Galveston Drive, Redwood City,
  6.   CA, 94063,  800-533-4372,  800-356-2002 in California.
  7.  
  8.  
  9. Disclaimer:
  10.  
  11. The Author and Publisher make no warranty of any kind, expressed or implied,
  12. with regard to these programs or the documentation contained in the book.  The
  13. Author and Publisher shall not be liable in any event for incidental or
  14. consequential damages in connection with, or arising out of, the furnishing,
  15. performance or use of these programs.
  16.  
  17.  
  18. Instructions:
  19.  
  20. Copy the contents of this disk to another floppy or a new subdirectory on
  21. your hard disk before using.
  22.  
  23. Follow the instructions in chapters 1 to 3 for program operation.  The 
  24. INSTALL program should be run first, then MT.  Just type INSTALL <return>.
  25.  
  26. The MT.EXE version provided supports CGA, EGA and VGA displays.  Hercules 
  27. monochrome graphics, AT&T and other formats can be supported if MT is compiled
  28. using the Turbo C compiler and the appropriate .BGI file is copied to the
  29. MT drive/directory.  See Appendix 4 in `MIDI Sequencing In C' for more
  30. details.
  31.  
  32. This disk contains:
  33.  
  34. readme            This file.
  35. mt.exe            The ready-to-run MT sequencer editor program.
  36. install.exe        The ready-to-run INSTALL program - run this first.
  37. mt1.scr            Screen Files used by MT.
  38. mt2.scr
  39. mt3.scr
  40. mt4.scr
  41. mt5.scr
  42. mt6.scr
  43. mthelp1.scr        Help screen files used by MT.  
  44. mthelp2.scr
  45. mthelp3.scr
  46. mthelp4.scr
  47. mthelp5.scr
  48. mthelp6.scr
  49. mthelp7.scr
  50. mthelp8.scr
  51. install.scr        The screen file used by INSTALL.
  52. example.sng        Demonstration song files in MT format.
  53. abaco.sng
  54. fantasy.sng
  55. drumdict.sng
  56. simpmous.def    Microsoft/Logitech Mouse menu definition file.
  57. simpmous.mnu    Mouse menu file - ready to use.
  58. makesong.exe    Example program that writes a random note song file.
  59. mt_to_mf.exe    Utility that converts from MT format to Standard MIDI files.
  60. mf_to_mt.exe    Utility that converts from Standard MIDI files format to MT.
  61.  
  62.  
  63. Revision 1.3:
  64.  
  65. This version is distributed with minor modifications to the MT program to
  66. allow for differences between early model MusicQuest MIDI interfaces and
  67. the Roland MPU-401.  See REAME2 on the second disk for a summary of the
  68. changes to the source code.