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

Seperating album cover and visualizer color #384

Open darkrain261 opened 2 years ago

darkrain261 commented 2 years ago

Is your feature request related to a problem? Please describe.

Is there any way to set different color for album cover and visualizer? I found the "Color" line in variables.ini but it states that it affects both cover and visualizers. I'm trying to set album cover to 100% transparent (Color=255,255,255,0), but in this way visualizer would be invisible too.

Describe the solution you'd like

Maybe an addition line of code to distinguish album cover and visualizer should be considered.

Screenshot (13) This is I want it to be.

Screenshot (14) With Color=255,255,255

Screenshot (15) With Color=255,255,255,0