flladict.net
back
OscWhiteNoise
for(int i=0; i<100; i++){ float oldPos = osc.getValue(); osc.update(); float newPos = osc.getValue(); line(i-1, oldPos, i, newPos); }