Hi guys, well to say im happy VDJ6 finally here is an understatement. I was looking on the site to see if there was an updated list of equipment that was getting native support but to be more to the point the pioneer mep 7000. If this has full native iwill be downloading VDJ6 straight away.
Can anyone help me out with info or point me in the rite direction.
cheers guys
Iain
Can anyone help me out with info or point me in the rite direction.
cheers guys
Iain
Inviato Sun 31 May 09 @ 4:13 pm
In VDJ 6 , ANY hid or midi controller can be fully mapped and used with VirtualDJ, with easy script language and XML
Very simple process, that makes all functions work, including leds etc ;)
Inviato Sun 31 May 09 @ 4:22 pm
Additional ... Yes, the Pioneer MEP 7000 has a native mapping present in V6.
As, dj-in-norway stated; you can then customize it if you desire to change anything about it. :)
As, dj-in-norway stated; you can then customize it if you desire to change anything about it. :)
Inviato Sun 31 May 09 @ 4:46 pm
What about NS-7 jog wheel motors?
Inviato Sun 31 May 09 @ 4:48 pm
hmm i wonder if the ns7 will fully work?
Inviato Sun 31 May 09 @ 5:16 pm
beardugo wrote :
hmm i wonder if the ns7 will fully work?
Me too ;0). It's a kick ass controller!!!
Inviato Sun 31 May 09 @ 5:19 pm
where is the manual that explains how to do this?
Inviato Sun 31 May 09 @ 5:58 pm
That place where articles and information are collated, often referred to on this site - the wiki ;)
http://www.virtualdj.com/wiki/index.html
http://www.virtualdj.com/wiki/index.html
Inviato Sun 31 May 09 @ 6:00 pm
thanks i was looking for 'user guide'
Inviato Sun 31 May 09 @ 6:05 pm
So the DAC-2 isn't supported natively any more? I have to program it all from scratch now to use version 6? I noticed that there's an xml file for the DAC2 in the mappers folder in my documents, but the xml file only contains the header tags, nothing else... I was under the impression that the popular controllers like this one were still "plug n play"....
Inviato Sun 31 May 09 @ 6:18 pm
djsherz wrote :
So the DAC-2 isn't supported natively any more? I have to program it all from scratch now to use version 6? I noticed that there's an xml file for the DAC2 in the mappers folder in my documents, but the xml file only contains the header tags, nothing else... I was under the impression that the popular controllers like this one were still "plug n play"....
What he said :)
Inviato Sun 31 May 09 @ 10:01 pm
The definition is there ... you can program it yourself if you want ... I will load up an XML for download tomorrow if that makes your day go faster ... :)
Inviato Sun 31 May 09 @ 10:47 pm
Well I'm having a stab at programming it myself, think I've nearly got it sussed, although the outer jogwheel doesn't work and the time display does elapsed time only... It's a learning curve I guess! It may be a bit of a hassle, but it's obviously the way forward given the number of controllers there are on the market nowadays...
Inviato Mon 01 Jun 09 @ 12:19 pm
You can do time remain as well ... what button do you want to push on the DAC to toggle the display? I will help you with the VDJScript.
Inviato Mon 01 Jun 09 @ 12:45 pm
I don't particularly need it on a button to be honest - I just wanted to set it to display as time remaining by default. I've read the wikis, had a go, and it's only the outer jogwheel and time display that's currently stumping me...
Inviato Mon 01 Jun 09 @ 12:48 pm
+1 for figuring out the outer jog wheel. The 6.0.1 update includes mapping for the Dac2 but the command for the outer wheel (wheel_mode 'search' & jog_wheel) doesn't do anything.
Inviato Sun 07 Jun 09 @ 6:19 pm
HI this works in 6.0.4
map OUTERWHEEL to this action
param_smaller 0.01 ? seek -64 : param_smaller 0.08 ? seek -32 : param_smaller 0.15 ? seek -16 : param_smaller 0.22 ? seek -8 : param_smaller 0.29 ? seek -4 : param_smaller 0.36 ? seek -2 : param_smaller 0.43 ? seek -1 : param_smaller 0.52 ? seek 0 : param_smaller 0.58 ? seek +1 : param_smaller 0.65 ? seek +2 : param_smaller 0.72 ? seek +4 : param_smaller 0.80 ? seek +8 : param_smaller 0.87 ? seek +16 : param_smaller 0.94 ? seek +32 : param_smaller 1.1 ? seek +64 : nothing
map OUTERWHEEL to this action
param_smaller 0.01 ? seek -64 : param_smaller 0.08 ? seek -32 : param_smaller 0.15 ? seek -16 : param_smaller 0.22 ? seek -8 : param_smaller 0.29 ? seek -4 : param_smaller 0.36 ? seek -2 : param_smaller 0.43 ? seek -1 : param_smaller 0.52 ? seek 0 : param_smaller 0.58 ? seek +1 : param_smaller 0.65 ? seek +2 : param_smaller 0.72 ? seek +4 : param_smaller 0.80 ? seek +8 : param_smaller 0.87 ? seek +16 : param_smaller 0.94 ? seek +32 : param_smaller 1.1 ? seek +64 : nothing
Inviato Thu 03 Dec 09 @ 6:11 pm