From instruction: Draw a straight line and follow it
Code: sinus by krgn
sinus
// =====================================================================
// SuperCollider Workspace
// =====================================================================
p = ProxySpace.push(s)
p.fadeTime = 0
~x.play
~x = {
SinOsc.ar(120+LFNoise2.ar(0.1,5,5),[LFNoise2.ar(0.1),LFNoise2.ar(0.1)],LFNoise2.ar(0.1,0.5,1))
}
[download]
Written in SuperCollider. Released under the GPLv3 license