i have tried changing the xml file from "sync" to "off&sync" , "off & sync", off and sync" and none of them work to turn off the ANNOYING blinking sync button. what am i doing wrong? i got it to turn off before when i tested 6 and now that i finally updated i'm having a problem with it.
Inviato Thu 10 Dec 09 @ 6:54 am
Don't do it in the XML file - you only see mapped functions, not all available functions. It's easier to just do it from the GUI - easy to see all controls and get VDJScript hints too. Not to mention less chance of messing up the XML.
Anyway, if you had used the mappers window, you would see that whilst SYNC is mapped; you can manually map the available control LED_SYNC in the right-hand drop-down box to a different function; for example off.
This means the Sync button will still perform the sync, and the LED will do nothing. Bear in mind that & chains commands, so by using off & sync you are giving the control two commands, in that order.
Anyway, if you had used the mappers window, you would see that whilst SYNC is mapped; you can manually map the available control LED_SYNC in the right-hand drop-down box to a different function; for example off.
This means the Sync button will still perform the sync, and the LED will do nothing. Bear in mind that & chains commands, so by using off & sync you are giving the control two commands, in that order.
Inviato Thu 10 Dec 09 @ 10:19 am
He is talking probably about SKIN sync button, not about LED on the controller:
http://www.virtualdj.com/forums/109871/General_Discussion/Sync_button_flashing_.html
http://www.virtualdj.com/forums/109871/General_Discussion/Sync_button_flashing_.html
Inviato Thu 10 Dec 09 @ 10:57 am
yes sorry to be clear i was talking about the sync button on the software itself blinking. sorry.
Inviato Thu 10 Dec 09 @ 11:22 am
I am not at my gig mechine to verify, and this might be it, not sure. But,
Left click on the sync button will sync it with the oppisite deck
Right click on the sync button will sync and lock the sync button on. (Sync on the skin will stay on)
Like I said, not sure if that is what you are looking for.
DJ Digital
Practice & Enjoy!!
Left click on the sync button will sync it with the oppisite deck
Right click on the sync button will sync and lock the sync button on. (Sync on the skin will stay on)
Like I said, not sure if that is what you are looking for.
DJ Digital
Practice & Enjoy!!
Inviato Thu 10 Dec 09 @ 12:19 pm
thats great but i;m not asking that. i want to turn off the blinking sync button. i don't want or need it blinking to the beat. its actually kind of annoying having it blink.
Inviato Thu 10 Dec 09 @ 12:21 pm
Try mapping to nothing & sync
Inviato Thu 10 Dec 09 @ 12:44 pm
I know what he means, mine has gone but I don't know if I did something about it or whether I just updated to a later version and it went away, terrible idea that flashing sync!
Inviato Thu 10 Dec 09 @ 12:57 pm
i don't want the feature disabled just the blinking to beat.
Inviato Thu 10 Dec 09 @ 1:29 pm
could it be the skin? mine doesnt blink...
Inviato Thu 10 Dec 09 @ 2:14 pm
OK, here is my "small trick" how to disable sync button blinking in the skin.
Try find in the skin xml file something like:
<button action="sync" chan="1">
<size width="32" height="27"/>
<pos x="479" y="159"/>
<selected x="475" y="1123"/>
<down x="475" y="773"/>
<over x="482" y="881"/>
</button>
...and then delete bold line. That's all...
Try find in the skin xml file something like:
<button action="sync" chan="1">
<size width="32" height="27"/>
<pos x="479" y="159"/>
<selected x="475" y="1123"/>
<down x="475" y="773"/>
<over x="482" y="881"/>
</button>
...and then delete bold line. That's all...
Inviato Thu 10 Dec 09 @ 8:29 pm
but will deleting that line cause anything else for that function to not work?
Inviato Fri 11 Dec 09 @ 9:58 am