I find a little mistake in Additive Wave exemple, in function renderWave:
ellipse(x * xspacing, height / 2 + yvalues[x], 16, 16);
height instead of width
DoMi
I find a little mistake in Additive Wave exemple, in function renderWave:
ellipse(x * xspacing, height / 2 + yvalues[x], 16, 16);
height instead of width
DoMi
Hello,
Good catch!
:)