I'm using the RMX and am attempted to change some mapping configurations but can't seem to get it right. I'm trying to reassign the sync button to a shift button and get the 6 buttons on the controller to do two functions based on whether shift is pushed.
The example I saw was for effects, but I want button 1 to activate loop in, but shift and button 1 to activate cue point 1.
There are other things as well but a more detailed guide that the one I probably found should be useful enough.
Thanks in advance.
The example I saw was for effects, but I want button 1 to activate loop in, but shift and button 1 to activate cue point 1.
There are other things as well but a more detailed guide that the one I probably found should be useful enough.
Thanks in advance.
geposted Wed 28 Apr 10 @ 11:06 am
Simply follow the example at the top of http://www.virtualdj.com/wiki/VDJScript%20Examples.html but replace the commands either side of the : with the actions that you wish to execute instead (Left side of : is with the shift button pressed and right side is without it), e.g:
Change:
...To the following:
For further information, please see:
http://www.virtualdj.com/wiki/VDJscript.html
http://www.virtualdj.com/wiki/VDJscript_verbs.html
http://www.virtualdj.com/wiki/VDJScript%20Examples.html
Change:
var 'shift' ? effect 'backspin' active : effect 'Flanger' active
...To the following:
var 'shift' ? hot_cue 1 : loop_in
For further information, please see:
http://www.virtualdj.com/wiki/VDJscript.html
http://www.virtualdj.com/wiki/VDJscript_verbs.html
http://www.virtualdj.com/wiki/VDJScript%20Examples.html
geposted Wed 28 Apr 10 @ 12:30 pm
I'm looking for a midi mapping for the VCI-100 and vdj, is it possible to import an already created mapping file or do I have to write it myself? Willing to try but new and struggling a bit....thanks!
geposted Sun 02 May 10 @ 1:24 am
If you have previously created one in VirtualDJ v6 then you can simply copy it to My Documents\VirtualDJ\Mappers.
However, MIDI mappers from VirtualDJ v5 and earlier are not compatible and cannot be used. You will need to re-create this in v6 by modifying the default mapper - See the above links for further information on how to do this.
If you wish to use a ready-made mapping from http://www.virtualdj.com/addons/controllers.html then you will need to purchase VirtualDJ Pro http://www.virtualdj.com/buy/index.html and register your serial number http://www.virtualdj.com/users/edit.html
However, MIDI mappers from VirtualDJ v5 and earlier are not compatible and cannot be used. You will need to re-create this in v6 by modifying the default mapper - See the above links for further information on how to do this.
If you wish to use a ready-made mapping from http://www.virtualdj.com/addons/controllers.html then you will need to purchase VirtualDJ Pro http://www.virtualdj.com/buy/index.html and register your serial number http://www.virtualdj.com/users/edit.html
geposted Sun 02 May 10 @ 7:55 pm