I have seen this somewhere but not sure where. Does anyone have a mapping or script to allow the Numark IDJ3 to be used with the VDJ 4 deck layout? Like maybe have a button converted to a shift for each deck so you can switch from deck to deck. I would like to try and use the 4 deck layout but dont currently have a 4 deck controller.
Inviato Fri 19 Aug 16 @ 12:08 am
http://www.virtualdj.com/wiki/Control%204%20decks%20with%20a%202%20deck%20controller.html
But I'm not sure if this is version 8 compatible.
But I'm not sure if this is version 8 compatible.
Inviato Fri 19 Aug 16 @ 10:13 am
When assigned to a smart button, this version script maybe need some tweaking because it will toggles between controlling decks 1 only on the left side while decks 2 & 4 on the right works as stated.
Inviato Fri 19 Aug 16 @ 1:48 pm
For a controller button (available on both sides) the action
device_side 'left' ? deck 1 leftdeck ? deck 3 leftdeck : on & deck 1 leftdeck : deck 2 rightdeck ? deck 4 rightdeck : on & deck 2 rightdeck
ahould work fine.
But for custom buttons you need to split the above action into 2 parts and have 2 custom buttons assigned :
BUT1: deck 1 leftdeck ? deck 3 leftdeck : on & deck 1 leftdeck
BUT2: deck 2 rightdeck ? deck 4 rightdeck : on & deck 2 rightdeck
device_side 'left' ? deck 1 leftdeck ? deck 3 leftdeck : on & deck 1 leftdeck : deck 2 rightdeck ? deck 4 rightdeck : on & deck 2 rightdeck
ahould work fine.
But for custom buttons you need to split the above action into 2 parts and have 2 custom buttons assigned :
BUT1: deck 1 leftdeck ? deck 3 leftdeck : on & deck 1 leftdeck
BUT2: deck 2 rightdeck ? deck 4 rightdeck : on & deck 2 rightdeck
Inviato Fri 19 Aug 16 @ 2:18 pm
thanks, dad.
Inviato Fri 19 Aug 16 @ 2:29 pm