home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 056.lha / talker.doc < prev    next >
Text File  |  1986-11-20  |  3KB  |  58 lines

  1.                        "Mousetalker"  
  2.                        ©1987 RGB VIDEO CREATIONS
  3.               All Rights Reserved
  4.              Created by Rod Molina
  5.                     09/01/87
  6.                       Amigalink BBS: 305-622-0138
  7.  
  8.     Mousetalker is a module designed for use with JOURNAL(David P. Cervone)
  9. although it may also serve other purposes, It's main purpose is to provide
  10. a voice interface during Journal Playback. It will describe Playback actions
  11. as they occur so that you can understand what's going on ---whether a mouse
  12. button is pushed or released, the mouse dragged, or keyboard pressed.
  13.  
  14.     Mousetalker uses a handler interface similar to JOURNAL. During its
  15. creation I found that since JOURNAL is linked into the input stream with
  16. a priority of 51 (1 above Intuition), Mousetalker would only work if a
  17. JOURNAL playback was occuring in the same window/screen that Mousetalker
  18. was installed in. To remedy this, I had to make an alteration to JOURNAL's
  19. PLAYBACK module. I recompiled PLAYBACK so that it would link into the
  20. input stream with a priority level of 52. That way I could put Mousetalker
  21. at a priority of 51 so that it would be between Intuition and PLAYBACK 
  22. therefore it could then intercept the signals sent by PLAYBACK no matter where
  23. the PLAYBACK was taking place. I have included the altered version of PLAYBACK
  24. to work with Mousetalker.
  25.  
  26.     Mousetalker and PLAYBACK make a perfect team for the purposes of
  27. online tutorials. Incidently you'll see the two together in the
  28. form of the new DELUXEHELP FOR DELUXEPAINT-II® program which is in the process
  29. of distribution at the moment. Check for the DELUXEHELP demo on various BBS's
  30. and you can get an idea of how effective the two can be.
  31.  
  32.     To get Mousetalker running you need to have the Narrator.device in
  33. your devs directory first. Make sure your volume is up and type & enter
  34. "RUN TALKER" from CLI. Mousetalker should tell you it's installed and give
  35. you the available command key toggles. Initially it will be installed in
  36. the "VOICE OFF" state. Toggle it on by pressing and holding down the 
  37. Left-Alt Key, then press and release the HELP key and Talker should say
  38. "VOICE ON" telling you that it is active. Anything you type on the keyboard
  39. or mouse-button functions will be voice-reported. Right-Alt & HELP toggles
  40. talker into the "VOICE OFF" mode. To remove talker, hold down the Right-AMIGA
  41. and press and release the Left-Amiga.
  42.  
  43.     I made Talker as quick as possible by writing directly to
  44. the Narrator device instead of going through the Translator Library, It's 
  45. still not as fast as I'd like for it to be but I'm working on it. 
  46. When playing back a JOURNAL recorded event, make sure you use the version of
  47. PLAYBACK that is included with Mousetalker or else Mousetalker won't be able
  48. to voice report while PLAYBACK is occuring.  Speed is a factor during playback
  49. and like I said, Talker can only keep up to a point. Sometimes it may miss
  50. a keystroke or mouse event. To get around this problem, I found that if you
  51. record a JOURNAL while Talker is activated, you can ensure that Talker will
  52. work properly when PLAYBACK is used.
  53.  
  54.     Well that's it for now.... If you have any suggestions or idea 
  55. please let me know by calling the AMIGALINK BBS (305-622-7049) and look out
  56. for:
  57.         DeluxeHelp For DeluxePaint-II!
  58.