marcopixel / monstercat-visualizer

A real time audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.
MIT License
920 stars 103 forks source link

Any Way to Change the Color of Each Bar Individually #35

Closed Xedict closed 7 years ago

Xedict commented 7 years ago

I've looked through the .ini's and settings but I can't seem to find a way to do this. What I'm trying to do is to give the visualizer a gradient effect, where the color will slowly transition to another from left to right.

Am I just being blind or is there actually no way to do this right now?

Thanks in advance.

marcopixel commented 7 years ago

Thanks for your feedback!

There is currently no way to do this without breaking the generator code for the bars. So if you want to change the color of each bar manually you have to do it by removing the Factory code in visualizer.ini and set each color to the bars in @Resources\include\MeterBars.inc.

For that, i would recommend checking out the Rainmeter documentation here:

https://docs.rainmeter.net/manual/getting-started/

I will close this issue because it will not be implemented because it would break one of the main features of this skin.