Author Topic: (DONE) skinning elements for spectrum visualiser  (Read 7151 times)

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3839
  • MB Version: 3.6.8878 P
when you get a chance could you also implement:

<element id="NowPlayingPanel.SpectrumVisualiser" fg="0,0,0" bdr="255,255,255" /> (or some form there of)

for the new spectrum, please?
Last Edit: December 08, 2012, 09:40:47 PM by Bee-liever
MusicBee and my library - Making bee-utiful music together

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3839
  • MB Version: 3.6.8878 P


I'd really like to be able adjust colours in the Playing Track tab for some of the lighter skins
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34363
can you be specific about which colours you want to override

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3839
  • MB Version: 3.6.8878 P
I'm assuming here that the visualiser that is now available in the Playing Track tab has the same two values as the "SpectrumVisualiser" element in Theater Mode. A "fg" and a "bdr" so:

<element id="NowPlayingPanel.SpectrumVisualiser" fg="30,255,255,255" bdr="30,83,91,18" />

just like you made "SoundGraph" into

<element id="Player.Wavebar" bg="69,114,59" fg="53,109,48" fg2="201,206,150" />

If don't want to do a new skinning element, then maybe it could use the colours from
<element id="Player.SpectrumLow" bg="" />  and <element id="Player.SpectrumHigh" bg="" />
instead.

It sort of defeats the purpose of having the visualiser there, if the greys and off whites it currently uses, blend into the artist photo behind it.


MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34363
thought you meant more than just the spectrum visualiser. I will do this on the weekend

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3839
  • MB Version: 3.6.8878 P
thought you meant more than just the spectrum visualiser

No. I really like how you have it generating a complimentary colour shade for the frame around the artist pic.
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34363
its been done for the next 2.1 update as:
<element id="NowPlayingPanel.SpectrumVisualiser" fg="30,255,255,255" fg2="30,83,91,18" />

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3839
  • MB Version: 3.6.8878 P
thanks heaps Steven
MusicBee and my library - Making bee-utiful music together


redwing

  • Guest
How can embedded theater views pick up these colors for spectrum visualizer?