Archive: superscope query


27th September 2009 13:04 UTC

superscope query
hey guys im wonderin if you can guide me on creating a simple box that changes brightness depending on the sound comming in.

so basically a time domain scope but is brightest when the wave is at its peak?

if oyu see what i mean?

thanks


27th September 2009 19:18 UTC

I really don't get it..

I think you mean a (rotating?) 3D 'wireframe' (open) box where the lines are the scopes, but with brightness instead of vertical movement.. Then, how would time be involved? or am I completely wrong?


27th September 2009 20:03 UTC

na all im trying to do is create a solid square which changes brightness goverend by the sound NOT the beat.


27th September 2009 22:01 UTC

Here is a quicky made one:

(Add a superscope and use this as the code.)

Init:
n=1000;

Frame:
asp=h/w;
c=0;

Point:
x=(i-.5)*asp;
y=if(c,0,1)-.5;
c=bnot(c);

col=getspec(0.1,.1,0);
red=col;green=col;blue=col;


Hope that helps.


28th September 2009 19:53 UTC

THANKS DUDE!!!

just what i needed!! no i can experiment my idea!


:D