On Tue, Mar 18, 2003 at 10:27:42 -0800, Thomas Webb wrote: > Here's an idea: find a way to conver these same XML > files into dsp assembler. All the sudden, the same > stuff you use to make a softsynth can be reused for a > hardware synth!
You cant generate "normal" DSP code from C as it tends to be fixedpoint, and C doesn't support it. - Steve
