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

  1.  
  2.  
  3.                                  Spliner
  4.  
  5.                     A Spline Screen Blanker Commodity
  6.  
  7.                          Graphics by Tom Rokicki
  8.  
  9.                User Interface and Docs by Sebastiano Vigna
  10.  
  11.  
  12. Tom Rokicki's Mackie is one of the most well-known and most beautiful
  13. utilities for the Amiga. It has two separate functionalities: it's a
  14. blanker which draws wonderful splines, and a powerful hot-key manager.
  15.  
  16. What I did was taking out the spline code from the original Mackie sources
  17. and encapsulate it in a standard Commodity (of course, this means someone
  18. else will have to port the hot-key part...).
  19.  
  20. Commodities are the new way, designed by Commodore, by which all special
  21. utilities like mouse accelerators, macro expanders etc. should be
  22. designed. This standard, available *only* under 2.0, allows easy
  23. and customizable control of the interaction of different utilities.
  24. This means, of course, that Spliner will work only under 2.0.
  25.  
  26. In the process of moving to 2.0, some new features were added, namely
  27. programmable pattern change timeout, and the possibily to open the blank
  28. screen in *any* of the modes available on your Amiga.
  29.  
  30. For the generic use of a Commodity, please refer to the 2.0 manual.
  31. Spliner will (more or less) work just like the screen blanker supplied on
  32. the Workbench 2.0 disk.
  33.  
  34. If you activate Spliner by double-clicking on its icon, you will see a
  35. little window popping up. The meaning of the HIDE and QUIT gadgets and
  36. menu items are identical to the ones of Commodore's blanker. The TIMEOUT
  37. gadget lets you set the number of seconds after which the screen is
  38. blanked, while the gadget CHANGE lets you set the time after which the
  39. drawing pattern is changed. Set this to zero to go psychedelic. 8^)  Both
  40. default to 60. The CYCLE COLORS checkbox allows you to enable/disable the
  41. color cycling (mainly for special screen modes such as 2024_10Hz).
  42.  
  43. The list displayed on the right represents all video modes installed on
  44. your system. This list could also include some modes that aren't really
  45. displayable on your Amiga, but no harm can be done. You can click on any
  46. display mode in order to force Spliner to use that kind of display when
  47. blanking the screen.
  48.  
  49. There are four extra tooltypes, TIMEOUT, CHANGE, DISPLAY and CYCLE that
  50. act just like the corresponding gadgets. Note that the name you set
  51. DISPLAY to must be an exact copy of the name appearing in the window list
  52. (up to lower/upper casing). For instance, DISPLAY=PAL:Lores-Interlaced. If
  53. you have a PAL (resp. NTSC) Amiga and you have a real MultiSync monitor,
  54. you can even add the NTSC (resp. PAL) monitor to your system and open the
  55. blank screen with another video frequency! This has no usefulness at all,
  56. but it's amusing. The CYCLE tooltype can of course be set to ON or OFF.
  57.  
  58. In order to start Spliner at power-up, the best thing is to move its icon
  59. into the WBStartup drawer, and to set its tooltypes to the desired values.
  60. Don't forget to add the DONOTWAIT tooltype, too. You'd probably also want
  61. to set CX_POPUP=NO. Another thing to consider is that since Spliner
  62. reads the display modes in the graphical database, you must be sure
  63. Mode_Names is ran before it. In order to obtain this, you should add
  64. the tooltype STARTPRI=-120.
  65.  
  66. IMPORTANT NOTICE: Some people think that terrific blankers steal CPU time.
  67. This is not the case with Spliner. If a task is using the CPU, Spliner will
  68. stop drawing. If in particular your application has a hi-res multi-color
  69. screen, the presence of the blank screen will actually speed up whatever
  70. the Amiga is doing, by lessening DMA contention.
  71.  
  72. This program is copyrighted, but freely distributable. Permission is
  73. hereby granted to distribute it provided both this documentation
  74. accompanies the executable and that no charge is made for its
  75. distribution. Comments, complaints, desiderata are welcome.
  76.  
  77.     Sebastiano Vigna
  78.     BIX: svigna
  79.     UUCP:...{uunet|piramid|rutgers}!cbmvax!cbmehq!cbmita!sebamiga!sebastian
  80.     Via Valparaiso, 18
  81.     I-20144 Milano
  82.