ChucKers:<div><br></div><div>By popular request, I've just created two ChucK specific "git repositories" that you can view, download and (if you are versed with git) create branches and update.</div><div><br>
</div><div>One is a rational number package, that efficiently converts between floating point numbers and rational approximations (in the form of a/b, where a and b are integers).</div><div><br></div><div>The other is the extensive setup I have used for live performance.  One of the funner bits are:</div>
<div><br></div><div>* lib/<a href="http://semaphore.ck">semaphore.ck</a>, which can wait for an event or for a time, whichever comes first.</div><div>* a comprehensive dispatch/observer message passing mechanism for distributing events.</div>
<div><br></div><div>To get there:</div><div><br></div><div>* <a href="https://github.com/rdpoor/chuck_rational">https://github.com/rdpoor/chuck_rational</a></div><div>* <a href="https://github.com/rdpoor/chuck_performance_setup">https://github.com/rdpoor/chuck_performance_setup</a></div>
<div><br></div><div>Share and enjoy (code and comments, etc)</div><div><br></div><div>- Rob</div><div><br></div>