home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / PROGRAMS / SHUFFLE2 / README.TXT < prev    next >
Encoding:
Text File  |  1992-04-30  |  3.5 KB  |  98 lines

  1. SYSTEM SOUND SHUFFLER, Ver 1.1
  2.  
  3. What it is
  4. ==========
  5. Shuffler is designed to add some variety to system sound events in 
  6. Windows 3.1.  It lets you designate multiple sound files for each system 
  7. event and "shuffle" between them.  For instance, if you're tired of the 
  8. same Windows Exit Sound every day, put Shuffler in your startup group and 
  9. each time you start Windows Shuffler will randomly select one of your 
  10. designated Windows Exit Sound files to replace the current one.
  11.  
  12.  
  13. System Requirements
  14. ===================
  15. Requires Windows 3.1 and a sound card and driver that will support *.Wav 
  16. files.  In order to run Shuffler, the file cmdialog.vbx must be in your 
  17. path.  This file is included in Shufl2.zip.  
  18.  
  19.  
  20.  
  21. How it works
  22. ============
  23. The main Shuffler window shows the following information for each system 
  24. event:
  25.  
  26.   1.    The event name
  27.  
  28.   2.    The current sound file associated with the event (as designated 
  29.     in the Win.ini file)
  30.  
  31.   3.    A list of additional sound files which you've associated with the 
  32.     event (Shuffler chooses from this list when you give it the shuffle 
  33.     command)
  34.  
  35.   4.    A check box indicating whether Shuffling is enabled for this event.  
  36.     When you execute the Shuffle command, Shuffler will assign new 
  37.     sound files only for those events where Shuffling is enabled.  By 
  38.     default, Shuffling is disabled for all events.
  39.  
  40. The above information is stored in a file named "Shuffle.ini" in your 
  41. Windows directory.
  42.  
  43. A brief explanation of the available commands follows:
  44.  
  45.     ADD FILE - Adds a sound file to the list of sound files associated 
  46.     with the selected event.
  47.  
  48.     REMOVE FILE - Removes the selected sound file from the list of 
  49.     sound files associated with the active event.  The sound file is 
  50.     not deleted from disk.
  51.  
  52.     PLAY FILE - Plays the selected sound file.  You can also play a 
  53.     sound file by double clicking on it in the Shuffle Files list box.
  54.     
  55.     SET CURRENT - Assign the selected sound file to the designated 
  56.     system event.  This will update your Win.ini file.
  57.     
  58.     SHUFFLE - A new sound file is randomly selected from the list of 
  59.     associated sound files for all events for which shuffling is enabled.
  60.  
  61.  
  62. Command Line Arguments
  63. =======================
  64. Shuffler recognizes one argument - Shuffle.  This argument causes the 
  65. Shuffle command to be executed without loading the Shuffler form.  If you've 
  66. already configured Shuffler and you just want to shuffle your sound files 
  67. every time you start Windows, put Shuffler in your Startup group with the 
  68. Shuffle argument:
  69.  
  70.     Shuffler shuffle
  71.  
  72.  
  73. Changes to Ver 1.1
  74. =======================
  75.  
  76. If you had the original Shuffler, note that the following changes have been
  77. made to version 1.1:
  78.  
  79.     1.  Shuffler now uses the Windows API function sndPlaySound to play
  80.     sound files.  The previous version used the MCI player from the 
  81.     VB Pro Toolkit and required the file MCI.VBX.  That file is no 
  82.     longer required.
  83.  
  84.     2.  Shuffler no longer maintains a list of sound events in Shuffle.ini.  
  85.     Instead, it reads the events from Win.ini when the program is loaded.
  86.     The advantage to this change is that Shuffler will now pick up new 
  87.     sound events as they're added to your system.  It also prevents 
  88.     Shuffle.ini from getting out of sync with Win.ini
  89.  
  90.  
  91.  
  92. (c) Brian D. Stine, 1992
  93. Uploaded courtesy of Brian Stine, Compuserve ID 73617,323
  94.  
  95. This is freeware.  It is distributed with only one restriction,
  96. and that is that you may not sell the program or charge any fee
  97. for distribution other than a disk copying fee of no more than $10.
  98.