Sign In:     


Forum: VirtualDJ Technical Support

Topic: Mapper not working
Had an issue with PC, did a factory reset and have had to tweak VDJ (skin, etc) to how it was. I’ve always got a backup mapper but for some reason a function on my controller isn’t working. This function is to reverse the song by pressing shift & play/pause on my controller.
I’ve double-checked the code and have replaced the word ‘reverse’ with ‘dump’ but it still does not work.
All other customised controller buttons work with the mapper.
The line of code is:

<map value="SHIFT_PLAY_PAUSE" action="reverse" />

Any thoughts?
 

Posted 9 hours ago
And which controller is that ?
What action do you have for PLAY_PAUSE key ?
Is your SHIFT key mapped as shift ?
Also worth checking the xml in case there are 2 x SHIFT_PLAY_PAUSE keys there.

The reverse action should work as a toggle back/fwd
If you want to reverse only while this combination is pressed and on release the Track to return to the position it would have been if never pressed, you can try dump while_pressed