John, the lines are changed because I extracted the gbuzz routine to a file of its own before making the diff. Besides that, the code corresponds to versions 5.08 and 5.09 as given here http://csound.sourceforge.net/#Downloads. Just in case, I've double checked it: 5.08 167 do { 168 phs = lphs >>lobits; 169 denom = p->rsqp1 - p->twor * *(ftbl + phs); 5.09 170 for (n=0;;) { 171 phs = lphs >>lobits; 172 denom = p->rsqp1 - p->twor * ftbl[phs]; Regards -Carlos On Thu, Nov 6, 2008 at 4:18 AM, jpff wrote: > That diff does not agree with my sources. In particular > < do { > --- >> for (n=0;;) { > > is just wrong > > ==John ffitch > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net