<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
><br>
> > In autotalent.c, changing line 560:<br>
> ><br>
> > psAutotalent->ffttime[ti] = psAutotalent->ffttime[ti] / psAutotalent->ffttime[0];<br>
> ><br>
> > to<br>
> ><br>
> > psAutotalent->ffttime[ti] = psAutotalent->ffttime[ti] / (psAutotalent->ffttime[0] + 1e-10f);<br>
<br>
<br>
</div>Division by very small numbers, possibly resulting in NaN and<br>
friends. Here the change I posted made all the difference, but<br>
I'll look again later tonight.<br><br></blockquote><div><br>Guys, I am not a coder, I can't deal with patches, I am only a (simple-minded) musician. <br>have you got any source code ready (with the patch mentioned above) for download and install, possibly involving ./configure, make and (sudo) make install? A .deb file would be a more preferred solution...<br>
<br>Thanks in advance. <br><br>VM<br></div></div>