Hi guys i have just pulled out my old numark total control and hooked it upto the latest version of virtual dj.
i dont think i have used this with virtual dj 6 yet and i seem to have a small problem. When i turn the knob for the effect select or samlpler select it scrolls through far to quick, i only have to turn the knob very little and it goes through about 10 effects very quick.
i think this is a sensativity issue so if someone could provide me with a fix i would be very grateful.
Thanks
i dont think i have used this with virtual dj 6 yet and i seem to have a small problem. When i turn the knob for the effect select or samlpler select it scrolls through far to quick, i only have to turn the knob very little and it goes through about 10 effects very quick.
i think this is a sensativity issue so if someone could provide me with a fix i would be very grateful.
Thanks
Posté Sun 25 Jul 10 @ 5:35 pm
Anyone???
Im sure this is a simple solutuion regarding the mapping for this so surely someone knows.
Im sure this is a simple solutuion regarding the mapping for this so surely someone knows.
Posté Mon 26 Jul 10 @ 11:31 am
I have the same issue. Haven't found the way to adjust sensitivity yet, but I'll keep you posted if I do.
Posté Mon 26 Jul 10 @ 4:05 pm
Will look at this , just give me time untill tommorow.
Regards Tjeck
Regards Tjeck
Posté Mon 26 Jul 10 @ 4:47 pm
Been looking further into it but to be honest the whole thing is acting a little strange.
I still have the problem above and i have had a look in the mapping options and cannot see anything to change the sensativity of the knobs.
also another thing i have found is that when i press the sample play button on either deck the rec button on the right deck lights up.
And the last thing i have noticed is when i press both kill bass buttons at the same time (to swap the bassline of one song to another) the song will freeze for about a second then carry on.
Are these all issues that have appeared in version 6 and have still not been resolved or could this be a firmware issue.
As i can remember i dont think i have used this with version 6.1 up until now but it used to work fine with 5.2.1
I still have the problem above and i have had a look in the mapping options and cannot see anything to change the sensativity of the knobs.
also another thing i have found is that when i press the sample play button on either deck the rec button on the right deck lights up.
And the last thing i have noticed is when i press both kill bass buttons at the same time (to swap the bassline of one song to another) the song will freeze for about a second then carry on.
Are these all issues that have appeared in version 6 and have still not been resolved or could this be a firmware issue.
As i can remember i dont think i have used this with version 6.1 up until now but it used to work fine with 5.2.1
Posté Mon 26 Jul 10 @ 6:01 pm
Have looking in mapper, but everything seems like it should be. Sorry.
Regards Tjeck
Regards Tjeck
Posté Tue 27 Jul 10 @ 9:08 am
Hi i also have the same issue with the fx button as it goes way to fast , so i use the mouse to scroll , I think the numark controler is not that great, I have issues with the controler as when you turn the gain up the VDJ doesn't respond fast enough as it lags a bit behind the controler's buttons. Maybe there's a way to fix this also but I haven't got a clue.
DJRB
DJRB
Posté Tue 27 Jul 10 @ 12:01 pm
Surely the dev team can do something about the sensitivty of the effect and sampler knobs.
I have reinstalled 5.2.1 to make sure that it is not my controller that is faulty. And the total control works fine on the old version.
It would be nice if someone from the dev team could get back to me on this as in my opinion the total control does not work properly on version 6.
Now due to the new midi mapping in version 6 im sure there will be a way somehow to slow down the sensativity of these knobs that move far to quick.
Rob
I have reinstalled 5.2.1 to make sure that it is not my controller that is faulty. And the total control works fine on the old version.
It would be nice if someone from the dev team could get back to me on this as in my opinion the total control does not work properly on version 6.
Now due to the new midi mapping in version 6 im sure there will be a way somehow to slow down the sensativity of these knobs that move far to quick.
Rob
Posté Tue 27 Jul 10 @ 7:14 pm
Same problem here. Way too fast.
Posté Tue 27 Jul 10 @ 8:17 pm
Looks like its back to traktor pro with this one now.
3 times i have gone to traktor now due to problems caused by vdj.
I am actually beginning to think virtual dj is not actually that good well version 6 anyways version 5.2.1 worked ok
3 times i have gone to traktor now due to problems caused by vdj.
I am actually beginning to think virtual dj is not actually that good well version 6 anyways version 5.2.1 worked ok
Posté Wed 28 Jul 10 @ 3:05 pm
I will pass this on to the dev team.
Posté Thu 29 Jul 10 @ 11:30 am
Just chiming in that i've had this issue as well. Not a big deal as i just use the dropdown menu to select efx now......but a little annoying
Posté Tue 03 Aug 10 @ 12:45 am
Hello, is there any answer for this problem? It's very very difficult to manage the effects/samples during my gigs. Is there any suggested workaround for this sesitivity issue? It seems this thread is dead, but my troubles are alive and kickin'!!
Posté Mon 21 Feb 11 @ 5:29 am
Has anybody tried this with version 7.0.2? Just throwing that out there.
Posté Mon 21 Feb 11 @ 2:24 pm
I'm not at my computer at the mo, but you could try inserting "param_multiply 0.1 & " ahead of the action for the effect select.
Posté Mon 21 Feb 11 @ 6:39 pm
You could try the following
param_smaller 0 ? cycle %count -10 & var %count ? nothing : effect select -1 : cycle %count 10 & var %count ? nothing : effect select +1
Or for selecting a sample:
param_smaller 0 ? cycle %count -10 & var %count ? nothing : sampler default select -1 : cycle %count 10 & var %count ? nothing : sampler default select +1
Use a value greater than 10 for less sensitivity, or a smaller value for greater sensitivity.
param_smaller 0 ? cycle %count -10 & var %count ? nothing : effect select -1 : cycle %count 10 & var %count ? nothing : effect select +1
Or for selecting a sample:
param_smaller 0 ? cycle %count -10 & var %count ? nothing : sampler default select -1 : cycle %count 10 & var %count ? nothing : sampler default select +1
Use a value greater than 10 for less sensitivity, or a smaller value for greater sensitivity.
Posté Tue 22 Feb 11 @ 6:45 am