Just looking now... I think you're right on both counts, but the code is so dense I'll need to look at it again later and make sure I'm not getting thrown off (particularly by the "cbin" question under separate cover).
In fact, I'm impressed you can understand that code... I don't anymore myself.
cheers Miller
On Mon, Nov 26, 2018 at 04:38:56PM +0100, Nicolas Danet wrote:
Hi list,
In sigmund~.c line 228 / < https://github.com/pure-data/pure-data/blob/master/extra/sigmund%7E/sigmund%... >
Is that,
int bin2 = (maxbin < bestindex + 50 ? bestindex + 50 : maxbin);
should not be instead:
int bin2 = (maxbin > bestindex + 50 ? bestindex + 50 : maxbin);
I'm probably wrong, but in case, somebody could check?
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev