| Hi all,
Thanks to John ffitch's changes I've gotten most of the opcode plugins
loading (maybe 8 or 10 left to figure out). I had to change a line in
csdl.h as I think it was just typo from an update:
#define perrerror pcglob->perferror
I changed to;
#define perferror pcglob->perferror
which got many of the Opcode plugins working, most importly spectra.so.
With spectra able to load, the hangup in the orch parser is gone and
compiles can happen, which happened today: a 2 second sine wave. =)
I also tried out Michael's Fluidsynth opcode plugin that was compiled
for csound4.23f07 and it works fine in Csound4 and Csound5 (!!!).
If no one else objects, I'd like to replace jpff_glue.c with csound.c
from Csound4 src tree, integrating what necessary changes are in
jpff_glue.c.
Thanks all! I'm very excited to be getting sounds out!
steven |