Ingresar:     


Forum: General Discussion

Tópico: Custom Mapping for Four Player Layout

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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.
 

Mensajes Fri 19 Aug 16 @ 12:08 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.
 

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
 

thanks, dad.
 



(Los tópicos y foros antiguos son automáticamente cerrados)