The check in Engine/fgens.c:212 if (!(ff.flen & (ff.flen - 1L)) || ff.flen > MAXLEN) goto powOfTwoLen; is not enough. There is a bug with all the oscillators where the size of the table must be a power of 2 (oscil, foscil, buzz, ...) if the csounder sets a negative size of the table not a pow-of-2, because `ftp->lenmask' is 0xFFFFFFFF. Example: oscil 3, 2, 1 f1 0 -1234 10 1 ; -1024 works fixed. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net