// title: three sines in a fountain // author: AdamArmfield // description: // sctweets, iffy sines // code: play{a=SinOsc;b=432;c=0.61538;a.kr(0.125).if(a.kr(0.25).if(a.ar(b),a.ar(b*c)),a.ar(b*c*c),a.ar(b*c*c*c))}// #supercollider