Thanks Dan,
quick question. on the call to the seedRandom what exactly are index and true flagging? Not having AE in front of me, can I change the 2 and 3 in 2*Math.sin(time*freq*Math.PI*2 + phase) + 3 to variables?
For example:
in = 2;
out = in + 1;
in*Math.sin(time*freq*Math.PI*2 + phase) + out
Just trying to figure out what’s going on here. And do you not need a semicolon after each expression?