It is currently April 19th, 2024, 11:23 pm

Audio Visualizer non-gradual change of color

Get help with creating, editing & fixing problems with skins
Kaiton
Posts: 5
Joined: March 30th, 2016, 12:20 pm

Audio Visualizer non-gradual change of color

Post by Kaiton »

Hey,
I need help creating an audio visualizer that basically fills out different "sections" of color while gaining in value like so:
Image
I am using Monstercat visualizer (https://github.com/MarcoPixel/monstercat-visualizer) but I'm not particularly attached to so if possible I would like to change its code but going with something different would be fine as well.

I was told it is possible to do so with ShapeMeter and BarImage respectively and I tried playing around a little and wasn't able to do it.

Thanks in advance.

EDIT: I managed to do get it look like this:
Image
For anyone else having the same question, a quick rundown of what I did: I created a 9x119 px .png in photoshop where I made 7 different blocks at 18 px height with the last one being only 11 px and filled them with their respective color. It ended up looking like this:
Image
Then I saved it as "bar.png" @ \skins\Monstercat-Visualizer (same directory as 'visualizer.ini'). I navigated to the header [ScriptFactoryBars] and edited Option1=BarColor >> Option1=BarImage and Value1=#*Color*# >> Value1=bar.png. Then I fiddled a bit with the settings GUI and voila, just how I wanted it to work.