Archive: Party Planet


11th July 2003 03:47 UTC

Party Planet
my 2nd remix from "the x factor".
hope you enjoy blah blah blah...


11th July 2003 03:53 UTC

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.


11th July 2003 03:56 UTC

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!


11th July 2003 04:06 UTC

Cool.


11th July 2003 09:28 UTC

Yeah,the colors are very nice,but thats all.You know,this would look great with a shape shifting scope :)