<div class="gmail_quote">On Sun, Jul 17, 2011 at 10:03 PM, Bernardo Barros <span dir="ltr">&lt;<a href="mailto:bernardobarros2@gmail.com">bernardobarros2@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Rustom!<br>
<br>
Idea: a 2 vs. 3 tuplet that becomes a 5th after 30 seconds<br>
In SuperCollider that would be:<br>
<br>
{<br>
        var x = XLine.kr(2,200,30);<br>
        Ringz.ar(Impulse.ar(x * [2,3]), 440, 0.2, 0.3)<br>
}.play<br>
<br>
<br>
On in one line:<br>
<br>
{Ringz.ar(Impulse.ar(XLine.kr(2,200,30) * [2,3]), 440, 0.2, 0.3)}.play<br>
</blockquote></div><br>Oho! Thats succinct! But supercollider seems to have been dropped from debian.<br>[Downloading from here now <a href="http://danielnouri.org/blog/music/supercollider-3.2-ubuntu-and-debian-package.html">http://danielnouri.org/blog/music/supercollider-3.2-ubuntu-and-debian-package.html</a>]<br>
<br>In the meanwhile Ive got something hacked together with chuck<br><br><a href="https://lists.cs.princeton.edu/pipermail/chuck-users/2011-July/006269.html">https://lists.cs.princeton.edu/pipermail/chuck-users/2011-July/006269.html</a><br>
for anyone who is interested<br>