<div dir="ltr"><div><div><div>Incidentally, TamTam activities don't play any sound on x86_64. The log shows messages like<br>insert_score_event(): invalid instrument number or name<br><br></div>I narrowed down the issue using <a href="http://www.csounds.com/journal/issue14/realtimeCsoundPython/csoundSession.py">csoundSession.py</a> ( <a href="http://www.csounds.com/journal/issue14/realtimeCsoundPython.html">http://www.csounds.com/journal/issue14/realtimeCsoundPython.html</a> ) as a guide to useDouble in csound. The x86_64 uses double by default but i386 uses float. The aclient.c uses MYFLT(double or float depending on compile time option) in generic code but uses float for calls fromĀ  CSoundClient.py :(<br>


<br></div>I haven't gotten around to rebuilding csound on x86_64 with useDouble as 0 and seeing if that is a possible workaround even on x86_64 architecture.<br><br></div>Regards<br>Anil<br></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On 20 July 2014 05:40, Gonzalo Odiard <span dir="ltr"><<a href="mailto:godiard@sugarlabs.org" target="_blank">godiard@sugarlabs.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">Hi Anil,<div>Thanks for reporting this.</div><div>I don't know why this mail went to my spam box :(</div><div><br></div><div>Gonzalo</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

<div><div class="h5">On Sun, Jun 15, 2014 at 3:09 AM, Anil Seth <span dir="ltr"><<a href="mailto:seth.anil@gmail.com" target="_blank">seth.anil@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div>I had to do the following to get TamTam activities to run on Fedora 20:<br>

<br>The tamtamorc.cfd file in <tamtam>/common/Resources/ needs an additional comma in line 62:<br>
<br>$ diff tamtamorc.csd tamtamorc.csd.orig <br>

62c62<br>< aindex, atrans, ifreq, iphase, itable, itabdur xin<br>---<br>> aindex, atrans, ifreq, iphase itable, itabdur xin<br><br></div>In addition on the x86_64 architecture, I had to make the aclient.so (in common/Util/Clooper) using the installed version of csound.<br>




<br></div><div>It would be useful if tamtamorc.csd file is fixed in the main repository.<br><br></div><div>Regards<span><font color="#888888"><br>Anil.<br></font></span></div><br></div>
<br></div></div>_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org" target="_blank">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Gonzalo Odiard<br><br><div>SugarLabs - Software for children learningĀ <br></div></div>
</font></span></div>
</blockquote></div><br></div>