Hi, I just downloaded a trial version of the VDJ 6.0.1 after installing the latest available HDJ drivers for my DJConsole, configured it on the config panel, but still missing the useful invert pitch/volume checkbox, which in the previous versions I tested (and even in the one shipped with my hardware) appeared once the console was choosen. I don't mean reversing the commands, but let pitch being controlled on the console by the knob while the volume by the slider.
I'm running the first skin of the list that comes with the download which name is "Mix Lab V3.1:Mix Lab V3.1", even though I guess it's not a skin issue.
Any hint?
I'm running the first skin of the list that comes with the download which name is "Mix Lab V3.1:Mix Lab V3.1", even though I guess it's not a skin issue.
Any hint?
Posted Wed 08 Jul 09 @ 2:43 am
Thats very easy to do with variables and VDJscript with the conditional --> test ? true : false
Posted Wed 08 Jul 09 @ 7:07 am
You mean by editing a file line? If yes, which file are you talking about?
Posted Tue 14 Jul 09 @ 4:44 pm
I'll try and help since I was helped on something smiliar.
under the mappers tab find the key for pitch and change the action
param_invert & pitch_slider
for volume find the volume key and change the action
param_invert & volume_slider
See if that does what you're looking for. I personally don't have that controller so I can't test.
under the mappers tab find the key for pitch and change the action
param_invert & pitch_slider
for volume find the volume key and change the action
param_invert & volume_slider
See if that does what you're looking for. I personally don't have that controller so I can't test.
Posted Tue 14 Jul 09 @ 5:17 pm