View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

example page for code

Introduction to sc functional programming
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]