home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / rb112.zip / RB112.DOC < prev    next >
Text File  |  1993-03-08  |  3KB  |  67 lines

  1. DOCs for Rock Box v1.12  (c) 1993  by Glen Neal.
  2.  
  3. First let me say that, as with most programmers, I am much better at
  4. writing programs than the docs for them. This is my first windows
  5. project, and I hope to get better as time goes on. However, it is a
  6. simple program and requires very little docs anyway.
  7.  
  8. Rock Box is windows 3.1 'jukebox', which means it is intended to hold
  9. many large .WAV files, and play them in sequence while minimized, as
  10. you procede with other work in windows. The program requires only
  11. about 100K while running, as the .WAV files are loaded in segments as
  12. they play.
  13.  
  14. There are ten 'playlist' buttons shown at a time, and nine groups to
  15. choose from, for a total of 90 files loaded at once. To load a .WAV
  16. file into a button, simply click on the button and choose your file.
  17. To erase a button, click on the file selector <Cancel> button.
  18.  
  19. There are VCR-type large buttons for play, last track, next track,
  20. and stop. They function as follows:
  21. >  Plays current selection. Does nothing if already playing. Unpauses
  22.    if current selection was paused.
  23. << Seeks to the last button with a selection loaded. If a selection
  24.    was playing, it plays new selection.
  25. >> Seeks to the next button with a selection loaded. If a selection
  26.    was playing, it plays new selection.
  27. -- Stops playing.
  28.  
  29. Also there is a repeat selector, which lets you choose the repeat
  30. mode: Off, Single and One Group or All Groups.
  31. Off        plays the selection once, and stops.
  32. Single     repeats the current selection until you stop it.
  33. One Group  repeats all buttons in current group that are loaded.
  34. All Groups repeats all groups in sequence, looking for buttons
  35.            that have selections loaded, skipping empty groups.
  36.  
  37. There are four small buttons to the right. They function as follows:
  38. < Rewinds to start of current selection and begins playing.
  39. " Pauses and Unpauses currently playing selection.
  40. ! Saves your buttons as RB.CFG without quiting program.
  41. ? About Rock Box!
  42.  
  43. To close the program, use the system menu (double-click the upper
  44. left window box or click once and select Close).
  45.  
  46. The program will look for a RB.CFG file which holds the names/paths
  47. of your buttons. When you quit the program, the file is created if it
  48. does not exist. To erase all buttons, simply delete the RB.CFG file.
  49.  
  50. That's about it!
  51.  
  52. To get on-line support for this and other Hazard Soft products, call
  53. the Hazard Soft support bbs at 405-243-3200.
  54.  
  55. If you like and use Rock Box, please send the modest fee of $20.00.
  56. To register using your Visa, Mastercard, Discover, or American Express,
  57. please call the support bbs. Type CHARGE at the main prompt. 
  58. This will also give you full access to the bbs for 3 months. Thanks!
  59.  
  60. Glen Neal
  61. 220 Ridgecrest #45
  62. Elk City, OK  73644
  63.  
  64. Voice: 405-243-0574  Data: 405-243-3200
  65.  
  66.  
  67.