Skip to content
Forum Archive

I need a simple fullscreen equalizer avs preset

3 posts

Dreams2#

I need a simple fullscreen equalizer avs preset

i want to make a equalizer avs preset, but i can't get the 'Render / simple' renderer to render fullscreen, from top to bottom. Also, i want the bars colored from green to red with yellow in the middle, is there any way to do that?

here is what i have now:




thanks.
UIUC85#
equalizer? Like the bars you use to adjust the amount that each frequency comes through your speakers?
sidd#
no he means the spectrum analyser thingo mahbob. Like render/simple.

only bigger.

well, dude, its really dead easy, use a superscope, look at the examples and work out how to code it.

heres a hint:

x=2*i-1;
y=v

gets you your fullscreen scope, you can do the rest (coloring and so forth)