home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / music / mciseq10.arj / README.TXT < prev    next >
Text File  |  1994-03-27  |  3KB  |  69 lines

  1. Thank you for reading this file about MCI Sequencer, version 1.0,
  2. Copyright (c) 1994, Marvin E. Wilborne III.
  3.  
  4. This program can be used to string together Wave Audio (.wav) files,
  5. Microsoft Video Files (.avi), Multimedia Movie (.mmm), and MIDI files
  6. (*.mid).  They can then be played sequentially.  They can be mixed any
  7. way you like into one sequence and then played one after the other.
  8. You can use the software like a jukebox for playing your favorite MIDI
  9. and .wav files in the order you like.  Or you can use it like I do to 
  10. play several .avi files back to back without intervention.
  11.  
  12. The sequence file does not modify the files you sequence.  You can save the
  13. sequence and come back to it later.  You can automatically load a sequence
  14. by passing it to the program as parameter 1 when it starts up.  You can
  15. include this with the icon by editing the properties of the program.
  16.  
  17. Although this program has no help file, most controls display help
  18. in the status bar at the bottom of the MCI Sequencer window.
  19.  
  20. The program comes with a sample sequence and .wav files that are used
  21. by the sample sequence.  The application and sample MSQ file should all
  22. be in the same directory.  After starting MCI Sequencer, use the File
  23. Open menu option to load the sequence.  Press Play to hear it.
  24.  
  25. This program is ShareWare.  You may try it out for 30 days.  If you
  26. decide that you like it and want to keep using it, please register by
  27. sending $15 in US funds to:
  28.  
  29.     Marvin E. Wilborne III
  30.     Route 5, Box 1476, #5
  31.     Danville, VA 24540
  32.  
  33. Registered users are entitled to the next version upgrade at no extra
  34. charge.
  35.  
  36. If you don't like the software or think of features that could be
  37. added to enhance it's use, please send them to me at the address
  38. above.
  39.  
  40. MSQ (Multimedia Sequence) File Format:
  41.  
  42. Each line of the MSQ file is a multimedia file name or an MCI sequencer
  43. command.  MCI Sequencer commands start with the '#' character.  The
  44. file ends with #End.  '#' characters can be the first character of a
  45. multimedia file and it will not affect the operation of this program.
  46.  
  47. MCI Sequencer built in commands:
  48.  
  49.     Command        Description
  50.     #End        marks the end of the sequence.
  51.  
  52. MCI Sequencer saves the complete path and file name for each file used
  53. in the sequence.  If a file gets moved, then the sequence will point
  54. to the old location and will generate and error when played.  You can
  55. continue the sequence after the error message by pressing Play again.
  56.  
  57. Enhancements under consideration for version 2 include:
  58.  
  59. -    Looping constructs (Repeat, For Next, etc.)
  60. -    Programmed delays or pauses
  61. -    Nested sequences, or embedded sequence files
  62. -    Automatic play on load
  63. -    Chance to cancel Windows Exit if changes haven't been saved.
  64.  
  65. Version Release History:
  66.  
  67. 1.0, March 27, 1994:
  68.  
  69. -    Initial release