home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 553.lha / SoundPrefs / sound.doc < prev    next >
Text File  |  1991-09-09  |  3KB  |  67 lines

  1. Sound - A DisplayBeep Daemon and Preferences Editor for AmigaDOS 2.0
  2.  
  3. Copyright 1991 Sylvan Technical Arts.
  4. May be freely redistributed. All other rights reserved.
  5.  
  6. Introduction
  7.     Sound is a set of two programs that can replace the system's DisplayBeep
  8. flash with an audible beep or sampled sound.
  9.  
  10. Components
  11.     Sound is composed of two parts. The first part is named SoundPrefs
  12. is a patch to the DisplayBeep function, which is the function that
  13. causes the display to flash when some problem or other noteworthy event
  14. occurs. This patch (or daemon, as it can alternately be called) allows
  15. a simple beeping sound or a sampled sound to play instead of (or in
  16. conjunction with) the display flash.
  17.     The second part is a preferences editor named Sound. It is very similar
  18. to the system preference editors which allows you to modify the parameters
  19. for the sound maker.
  20.     Note: The names of these two programs may seem reversed, but they are
  21. consistant with the names of standard preference editors and the Intuition
  22. daemon (IPrefs).
  23.  
  24. Adding the SoundPrefs Daemon
  25.     The simplest way is to drag the icon for SoundPrefs into the WBStartup
  26. drawer. The next time the system is rebooted, the SoundPrefs daemon will
  27. be installed. To get the SoundPrefs installed without first rebooting, just
  28. double click on the icon.
  29.     Alternately, the SoundPrefs program can be put in the C directory and
  30. the following line can be added to your startup sequence:
  31.  
  32.     SoundPrefs
  33.  
  34. Adding the Sound Preferences Editor
  35.     Drag the icon into the Prefs drawer, where all the other preferences
  36. editors are kept.
  37.  
  38. Using the Editor
  39.     Double click on the Sound icon to open up the editor. You will see
  40. a number of gadgets.
  41.     The Flash Display checkbox indicates whether or not a flash should occur
  42. along with any sound.
  43.     To the right of the Flash Display checkbox is a cycle button which
  44. selects between no sound, simple beep or sampled sound.
  45.     If you want a sample sound, you sill needed to indicate the filename of
  46. the sound to play. You can either enter the complete path in the string
  47. gadget or hit the New Sound button to get a file requester.
  48.     The Test button will cause a DisplayBeep to occur with the currently
  49. shown settings.
  50.     The Cancel button exits the editor with no changes.
  51.     The Use button changes the current sound setting but does not save them
  52. to to permanent storage. The changes will be lost on a reboot. The editor
  53. will then be exited.
  54.     The Save button changes the current sound settings, saves them to
  55. permanent storage, and the editor exits.
  56.     In addition all the standard menus and command line/project features are
  57. available. See the preference editor docs in the "Using the System Software"
  58. manual.
  59.  
  60. Terminating the SoundPrefs Deamon
  61.     The SoundPrefs program can be terminated by sending it a ctrl-c, by
  62. typing
  63.  
  64.     SoundPrefs QUIT
  65.  
  66. or by double clicking on the SoundPrefs icon a second time.
  67.