a = { arg i; i.squared }; b = { arg i; i.sin }; c = { arg i; SinOsc.ar(i200+200, 0, 0.1) }; play({ c.value(b.value(a.value(MouseX.kr(0, 10)))) })/* authors so far: Mrs Cosine */ |
some functions to control a frequency. [top: SuperCollider swiki] |