[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microsound] rhythmicon
on 12/13/00 7:34 PM, Ben Nevile at bbn@xxxxxxxxx wrote:
>
>> figure this may interest some folks.
>> ......
>>
>> http://www.city-net.com/~moko or go direct to the rhythmicon at
>> http://www.city-net.com/~moko/rhome.html
>
> I once had to build a rhythmicon in Max for an assignment. I probably still
> have the patch on one of my disembodied hard drives if anyone is interested.
In SuperCollider:
{
Mix.arFill(24, { arg i; var j;
j = i+1;
Pulse.ar(100*j,0.2,Decay2.ar(Impulse.ar(0.1*j,0.1),0.004,4/j))
})
}.play;
--- james mccartney james@xxxxxxxxxxxxxx <http://www.audiosynth.com>
SuperCollider - a real time synthesis programming language for the PowerMac.
<ftp://www.audiosynth.com/pub/updates/SC2.2.10.sea.hqx>