Note from R'alf
18 September 1997

SAMPLE ADDON

This add-on does NOTHING.
It's just an empty canvas, with LOTS of comments, to help out start out in the making of that new, killer, awesome add-on !!

I try to keep this sample code up-to-date, but sometimes I fail to.
I can garuantee you it's commented and you can figure most of it out easily, without reading the documentation (BTW, _don't_ try to find documentation on about making an add-on, I didn't wrote it yet :-( ... )

If you want to make add-ons, I would be *very* glad to hear from you and to help in any way.
Just mail me : raphael.moll@inforoute.cgs.fr

IMPORTANT NOTE 1:
How  to make an add-on :
a) duplicate the add-on directory of this sample code
b) change the name of the directory
b1) change the icon of the resource file using Icon Edit and things like that. I will detail later.
c) hack the CFilter derivated class by implementing something in processFrame8() -- be sure to use the bpr (BytesPerRow) of the frame buffer --
d) don't even think of 16 bpp nor 32 bpp for the moment
e) mail me as soon as you need something
f) go and see http://www.guerilla.com/pulsar/add-ons

IMPORTANT NOTE 2:
Have a look at the sample "fft2" to know how to build up a view in the info window. The parameters is also demonstrated here but this didn't make up in the interface yet and is merely a hack for debug purposes.

Thanks !
