It seems there are a few problems with the code of the Fountain of Colors. I don't know when they was introduced, if I remember well a while ago the skin worked well, but now it indeed doesn't. I used once this skin, but later I removed it. I think then it worked, however...TangyLemon wrote:I did what you stated and the two .ini files did load. However when I loaded Fountain of Colors.ini nothing appeared. The only thing that changed was when I dragged the windows around, it was really laggy.
So, the problems:
- Remove the DefaultUpdateDivider=-1 option of the [Rainmeter] section of the @Resources\FountainOfColors.inc file. This option prevents the measures and meters of the skin to be updated, although on most sections of the skin an UpdateDivider=1 option is added.
- Update=0 in the same [Rainmeter] section of the same @Resources\FountainOfColors.inc file? Come on, it's impossible. The lowest value of this Update option is 16 (second paragraph here). Replace it.
- But after all these, the child AudioLevel plugin measures are still not working. I finished up, reducing the value of the Bands option. ForBands=10 the measures are working well. I can't say exactly what is the problem with the original value, because I have no enough experience working with AudioLevel plugin. Here probably eclectic-tech could help, who slowly - slowly became an expert of the AudioLevel plugin, I think, having a lot of visualizer skins written.
- There still is a great problem: the Bar meters aren't visible, because they have no proper options set. I'd add a style section, then an option to each Bar meter, to set them to use the set up style. So, add the following section to the beginning of the @Resources\FountainOfColors.inc file:
Obviously you can use here any valid options, this is just an example.
Code: Select all
[BarStyle] X=2R Y=0 W=10 H=250 BarColor=187,102,238 BarOrientation=Vertical
Finally add to each Bar meter of the @Resources\Bands.inc file ([MeterBar1], [MeterBar2] and so on) a MeterStyle=BarStyle option.