Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Cue Button Blink

This topic is old and might contain outdated or incorrect information.

ClayDJPRO InfinityMember since 2011
I have the default VDJ skin.
How can I get each individual cue button to blink when that particular cue is active?
IE: Cue 1 is playing, so the cue 1 button should blink while the other non-active cue buttons remain solid, etc.

Thanks in advance,
ClayDJ
 

Posted Tue 26 Nov 13 @ 9:27 am
djdadPRO InfinityDevelopment ManagerMember since 2005
Sorry, do you want the selected Cue to blink or blink if the song is currently paused on the specific Cue point ?

If not mistaken, cue_select 1 ? .. would return true if Cue 1 is the selected Cue point
and.. cue 1 ? .. would return true if the song is currently paused on that Cue point.

so the action in the skin should be...
deck 1 cue_select 1 ? blink & deck 1 hot_cue 1 : deck 1 hot_cue 1
or
deck 1 cue 1 ? blink & deck 1 hot_cue 1 : deck 1 hot_cue 1
 

Posted Tue 26 Nov 13 @ 11:17 am
In Pioneer Skin:

<action="deck 1 loaded ? deck 1 cue ? on &amp; deck 1 cue_play : deck 1 pause ? blink 500ms &amp; deck 1 cue_play : on &amp; deck 1 cue_play : off &amp; deck 1 cue_play">
 

Posted Tue 26 Nov 13 @ 1:38 pm
ClayDJPRO InfinityMember since 2011
Thanks DJDad, it worked great!

ClayDJ
 

Posted Tue 26 Nov 13 @ 6:02 pm


(Old topics and forums are automatically closed)