On Tue, Feb 12, 2002 at 01:16:18 -0800, Tim Westbrook wrote: > > > You've seen how I do it, write it in XML wrapped C, then use perl > > to > > generate the raw C source. I think it saves a lot of grunt work, > > but it > > That would be super cool! Is that how you make all of your plugins?
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. - Steve
