Entra:     


Forum: General Discussion

Topic: Native support

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

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
 

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 ;)
 

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. :)
 

What about NS-7 jog wheel motors?
 

hmm i wonder if the ns7 will fully work?
 

beardugo wrote :
hmm i wonder if the ns7 will fully work?


Me too ;0). It's a kick ass controller!!!
 

where is the manual that explains how to do this?
 

 

thanks i was looking for 'user guide'
 

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"....
 

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 :)
 

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 ... :)
 

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...
 

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.
 

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...
 

+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.
 

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
 



(Vecchi argomenti e forum sono automaticamente chiusi)