Sign In:     


Forum: VirtualDJ Skins

Topic: Problem with beat counter visual on cue button
I think this might be problem with the skin, thats why I post it here.
I have a problem to visualize the beats on the cue buttons it reacts with a large number from beat 1 and will continue to show larger numbers as long the song goes.
I know that it works good on default skin, but I use Fruit skin as my main skin and dont want to change.
This is not really the biggest deal for me, but I really would like to know if there is something that could be easy to fix?
Here is a couple of pictures to show what I mean.



 

Posted 2 days ago @ 6:12 pm
Dont know if this lines will help that i found in the skin...

<submenu text="Cues">
<item text="Show" action="toggle '@$v8bf_automix_cues'" check="var '@$v8bf_automix_cues' 0"/>
<item text="-"/>
<item text="Times" action="set '@$v8bf_cue' 0" check="var '@$v8bf_cue' 0"/>
<item text="Beats" action="set '@$v8bf_cue' 1" check="var '@$v8bf_cue' 1"/>
<item text="Positions" action="set '@$v8bf_cue' 2" check="var '@$v8bf_cue' 2"/>
<item text="Names" action="set '@$v8bf_cue' 3" check="var '@$v8bf_cue' 3"/>
<item text="Disable" action="set '@$v8bf_cue' 9" check="var '@$v8bf_cue' 9"/>
 

Thank you for the update, now it works perfect !!!