<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">
&gt;<br>
&gt; &gt; In autotalent.c, changing line 560:<br>
&gt; &gt;<br>
&gt; &gt;   psAutotalent-&gt;ffttime[ti] = psAutotalent-&gt;ffttime[ti] / psAutotalent-&gt;ffttime[0];<br>
&gt; &gt;<br>
&gt; &gt; to<br>
&gt; &gt;<br>
&gt; &gt;   psAutotalent-&gt;ffttime[ti] = psAutotalent-&gt;ffttime[ti] / (psAutotalent-&gt;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&#39;ll look again later tonight.<br><br></blockquote><div><br>Guys, I am not a coder, I can&#39;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>