Ingresar:     


Forum: VirtualDJ Technical Support

Tópico: Pioneer DDJ 800 - ControllerTakeOverMode doesn't work as expected - Page: 2
Is there any progress in fixing ?
 

PhantomDeejay wrote :
We will revise 4 decks mode shortly. Perhaps we can prevent deck muting. However we can't prevent volume change when you switch from one deck to another (firmware limitation)


You wanted to send me some files to test out?
 

This thread has been abandoned for a while, yet I was wondering if anyone has figured out a workaround? It is kind of obvious this is Pioneer's way of forcing people to go for a 4 channel controller. Still, I bet we could outsmart them :-)
 

could you maybe have a var pulse over a second, when the button is pressed and have conditions on the effected dials/sliders to ignore input while the var is true.
 

SlySelecta wrote :
This thread has been abandoned for a while, yet I was wondering if anyone has figured out a workaround? It is kind of obvious this is Pioneer's way of forcing people to go for a 4 channel controller. Still, I bet we could outsmart them :-)


I see this is still an issue, eh? I don't think Pioneer was trying to force people to go for a 4-channel controller with this. Why do I say that?

Because 4 deck mixing works PERFECTLY on the ddj-800 with Recordbox. PERFECTLY. No hardware limitation whatsoever.

 

Does that mean that when you switch between decks 1-3 or 2-4 in Recordbox, the volume faders don't automatically change to the physical position of the fader itself, i.e. the originally intended ControllerTakeOverMode "ghost" works there, but not in Virtual DJ? Can you confirm?
 

source buttons like this
leftdeck & ( repeat_start blocker 200ms 1 & nothing ) & setting 'mixerMode' 'Dual' ? deck 1 mute off & deck 3 mute on : deck 1 mute off & deck 3 mute off


level slider like this

var '$DDJ800_HID' ? nothing : repeat_start blocker ? nothing : level


if that doesn't work then the hardware reacts faster than the software and you'd need to have a thing recording the slider position and when the button is pressed have the recorded value imposed after the hw changes it.
 

Thanks, I'll give it a go!