Music Visualization

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pecinko Offline
Member+
Posts: 3,068
Joined: Dec 2008
Reputation: 29
Location: Prague / Belgrade
Post: #1
Guys any ideas how to make a buttons in MusicOSD that would make MusicVisualization:

- Toggle info (what you get by pressing "I") and report currently selected setting - on/off/song change
- Toggle codec info (what you get by pressing "O")

My skins:

Quartz
Amber
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #2
You have to add <onclick>Dialog.Close(MusicOSD,true)</onclick> as the first action and then add the actions for the visualiser.

ie

PHP Code:
<onclick>Dialog.Close(MusicOSD,true)</onclick>
<
onclick>Info</onclick
PHP Code:
<onclick>Dialog.Close(MusicOSD,true)</onclick>
<
onclick>CodecInfo</onclick

[Image: sig_zps3af3b48e.jpg]
find quote
pecinko Offline
Member+
Posts: 3,068
Joined: Dec 2008
Reputation: 29
Location: Prague / Belgrade
Post: #3
Hitcher Wrote:You have to add <onclick>Dialog.Close(MusicOSD,true)</onclick> as the first action and then add the actions for the visualiser.

ie

PHP Code:
<onclick>Dialog.Close(MusicOSD,true)</onclick>
<
onclick>Info</onclick
PHP Code:
<onclick>Dialog.Close(MusicOSD,true)</onclick>
<
onclick>CodecInfo</onclick

Bingo! Hitcher to the rescue!

Any chance to have feedback (check current state) about currently selected behavior for Info? CodecInfo is OK as it has only 2 states but it gets somewhat confusing with Info..

My skins:

Quartz
Amber
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #4
That I don't know, sorry.

[Image: sig_zps3af3b48e.jpg]
find quote
pecinko Offline
Member+
Posts: 3,068
Joined: Dec 2008
Reputation: 29
Location: Prague / Belgrade
Post: #5
Hitcher Wrote:That I don't know, sorry.

Cool & thanks as always Smile

My skins:

Quartz
Amber
find quote