«FM Patterns Tweet» by Schemawound
on 25 Mar'13 17:09 in2 Dseq patterns modulating each other. Speed of each pattern controlled by a mouse axis
1
play{x=Dseq((5..20)*50,inf);y={|a|SinOsc.ar(Demand.kr(Impulse.kr(a),0,x))};y.(MouseY.kr(1,7))*y.(MouseX.kr(1,7))*SinOsc.ar([990,600])}
reception
cool, I didn't know Demand Rate before
I just learned about them. Wish I knew a long time ago :)