Skip to content
Forum Archive

Party Planet

5 posts

EnDurA#

Party Planet

my 2nd remix from "the x factor".
hope you enjoy blah blah blah...
anubis2003#
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.
S-uper_T-oast#
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!
Phaze1987#
Yeah,the colors are very nice,but thats all.You know,this would look great with a shape shifting scope 🙂