I have done my mapper tested but when you just turned on the VDJ the 4-channel volume fader is in the maximum level position on top and sometimes you will be surprise by the loud volume if you don't see the slider on top of the VDJ Channel Mixer. This is annoying to me as everytime you open the VDJ you have to touch the 4-channel volume fader on the controller to make the position of the fader down to the minimum levels position. Do i have make the reset commands to all buttons reset to zero? What is the right way of doing this? How could i make them position all down. Thank you so much.
geposted Sat 03 Dec 11 @ 2:49 am
yeah bro, for that you just need to map "ONINIT"... it's on initiation, so when vdj reads the controller it can set parameters you program... To find it look in the top right of the mapper, make sure you have "new" selected then in the dropdown box at the top right, it will be in the list.. then map as normal eg
master 30%
master 30%
geposted Sat 03 Dec 11 @ 3:05 am
Thank you bro, does have your thoughts on this really appreciated as my effects somtimes active when opening the VDJ. Do i have to set it false? how would set all FX to zero? False?
<map value="ONINIT" action="master_volume 30% & headphone_gain -3 & set 'directFX' false & set 'loop_num' 0 & reinit_controller 'XONE:DX' & get decks 4 ? deck 1 leftdeck & deck 1 leftvideo & deck 3 rightdeck & deck 3 rightvideo & deck 1 masterdeck & reinit_controller 'XONE:DX'" />
Thanks again.
<map value="ONINIT" action="master_volume 30% & headphone_gain -3 & set 'directFX' false & set 'loop_num' 0 & reinit_controller 'XONE:DX' & get decks 4 ? deck 1 leftdeck & deck 1 leftvideo & deck 3 rightdeck & deck 3 rightvideo & deck 1 masterdeck & reinit_controller 'XONE:DX'" />
Thanks again.
geposted Sat 03 Dec 11 @ 3:29 am
for the effect you can use
effect 'directFX' active off
but for the headphone gain you should give it a percentage value, as what you are using sill just set it back 3% from whatever value it currently is... Set 'loop_num' 0 will set the variable off, but I think you know that..
effect 'directFX' active off
but for the headphone gain you should give it a percentage value, as what you are using sill just set it back 3% from whatever value it currently is... Set 'loop_num' 0 will set the variable off, but I think you know that..
geposted Sat 03 Dec 11 @ 3:42 am
Ok thanks i will turn the loops & headphone back to normal, i have done testing now it works but how could i make my 4-channel volumes slider to the down position on my VDJ skins do i have to set this also on the ONINIT?
this is the revised:
<map value="ONINIT" action="master_volume 30% & headphone_gain 30% & set effect 'directFX' active off & set 'loop_num' 16 & reinit_controller 'XONE:DX' & get decks 4 ? deck 1 leftdeck & deck 1 leftvideo & deck 3 rightdeck & deck 3 rightvideo & deck 1 masterdeck & reinit_controller 'XONE:DX'" />
Or can i make it works on like when i open VDJ the volumes must be copied from the hardware (controller) like VDJ will inquire what position on the controller and keep it set in the VDJ as the volumes.
this is the revised:
<map value="ONINIT" action="master_volume 30% & headphone_gain 30% & set effect 'directFX' active off & set 'loop_num' 16 & reinit_controller 'XONE:DX' & get decks 4 ? deck 1 leftdeck & deck 1 leftvideo & deck 3 rightdeck & deck 3 rightvideo & deck 1 masterdeck & reinit_controller 'XONE:DX'" />
Or can i make it works on like when i open VDJ the volumes must be copied from the hardware (controller) like VDJ will inquire what position on the controller and keep it set in the VDJ as the volumes.
geposted Sat 03 Dec 11 @ 3:50 am
deck 1 volume 0% & deck 2 volume 0% & deck 3 volume 0% & deck 4 volume 0% &
should do it.. And unfortunatey vdj wont know the position of your knobs because midi cant be sent without human interatction
should do it.. And unfortunatey vdj wont know the position of your knobs because midi cant be sent without human interatction
geposted Sat 03 Dec 11 @ 4:33 am
Yes bro i have done that but whenever i close and open the VDJ the skins shows the 4-channel slider is on the maximum position meaning it is on the top of the VDJ skins mixer panel section i just can't figure out why it is coming up there?
geposted Sat 03 Dec 11 @ 4:40 am
Yes, thank you i got it working, i have tested each parameters and it is working alone then i joined them together it doesn't so i was suspecting that some of my syntax was wrong as "reinit" statement was making VDJ & Xone DX confusses and not accepted i did remove the "reinit" and does it works. Now learning a bit thank you and happy, eager to launch this mapper soon as the xone dx mapper in the VDJ site right now is horrible as it doesn't work at all, someone who just dump an xlm sentences to the download site and called it mapper i actually downloaded it wishing that i could learn something from it but i was disappointed that it is no use at all and thats why force myself to continue mine with the VDJ skins also modified just to make it compatible with the xone dx and the time i was spending to it is not a joke as sometimes the whole day i don't move from my chairs figuring out what happen and doing some studies on scripts on the wiki and some provided by some user like you Andrew and Phantom thank you, you help me a lot.
geposted Sat 03 Dec 11 @ 6:19 am
your welcome Cesar, happy to help where I can..
geposted Sat 03 Dec 11 @ 6:31 am