Hi All, Regarding the new distort and compress opcodes, i have yet been unable to get them to work. After compiling on windows and on linux, I get the same error when running: WARNING: '/usr/local/lib/csound/plugins64/libcompress.so' is not a Csound plugin library I tried making all of the functions in compress.c be static and that didn't seem to do it, and nothing else is standing out to me to figure out what the problem is. I also noticed a compiler warning about the following code: int distset(CSOUND *csound, DIST *p) { double b; FUNC *ftp; if (csound->FTFind(csound, p->ifn) == NULL) return NOTOK; p->ftp = ftp; It seems to me that there is a bug here, that the ftp is not being initialized, and also being assigned to p->ftp. Not sure how this code is supposed to go though. Thanks! steven ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net