Play / Edit source and press [ctrl]+[enter]
vec2 process(float time) { float pi2 = 6.283; float x = 0.4 * sin(fract(time * 440.0) * pi2); return vec2(x,x); }
Go to source @ github
Inspired by garten.salat by froos