my 2nd remix from "the x factor".
hope you enjoy blah blah blah...
Party Planet
5 posts
It's a nice effect, but the SSC is too jumpy(and it isn't that great of a SSC either, but it works OK). I would make it change the speed that t changes onbeat instead of t itself. Something like this:
Beat:
dt2=rand(100)/1000;
Frame:
dt1=.9*dt1+.1*dt2;t=t+dt1;
Pixel:
r=r+6; y=cos(r-t); x=sin(r)
That should be better.
Beat:
dt2=rand(100)/1000;
Frame:
dt1=.9*dt1+.1*dt2;t=t+dt1;
Pixel:
r=r+6; y=cos(r-t); x=sin(r)
That should be better.
Nice colors, your scope needs a little bit of work though, for one thing you don't need the *r in the onbeat line, but I still like the color effect you got!
Cool.
Yeah,the colors are very nice,but thats all.You know,this would look great with a shape shifting scope 🙂