On Wed, Feb 13, 2002 at 10:16:42 -0500, Taybin Rutkin wrote: > > More or less. Some of them include static libraries written in C. For eg. > > gverb, which was written by Juhana Sadeharju, there is just a simple XML+C > > wrapper that calles the library functions. > > There is also a graphical program that creates the XML, GDAM. The link to > it on ladspa.org is dead though.
It produces some XML, its different though. It's more like a declartive description of the plugin, which is used to build C code. Mine is just C source embedded in XML, the only thing that is really generated is the repetetive housekeeping stuff. - Steve
