快速登录:  

Forum: VirtualDJ Technical Support

话题: Independent mapping for 2 controllers at the same time
 

发表时间 Mon 20 Dec 21 @ 2:23 pm
 

发表时间 Mon 20 Dec 21 @ 11:39 pm
Yes, I think my mappings go back to the early version for the RZX as I made all the redundant buttons at the time do other things, although I did copy over from the latest mapping a few things to get the central screens to have the search function. If its not too much trouble to get the info I need to change, that would be great.
 

发表时间 Tue 21 Dec 21 @ 7:17 am
You need to go over PAD_MODE buttons and their leds and use the following actions instead of the old ones
<map value="PAD_MODE_HOTCUE" action="pad_pages 1" />
<map value="PAD_MODE_PADFX1" action="pad_pages 2" />
<map value="PAD_MODE_SLICER" action="pad_pages 3" />
<map value="PAD_MODE_SAMPLER" action="pad_pages 4" />
<map value="PAD_MODE_BEATJUMP" action="pad_pages 5" />
<map value="PAD_MODE_PADFX2" action="pad_pages 6" />
<map value="PAD_MODE_SLICER_LOOP" action="pad_pages 7" />
<map value="PAD_MODE_SAMPLER_VEL" action="pad_pages 8" />
<map value="LED_PAD_MODE_HOTCUE" action="pad_pages 1" />
<map value="LED_PAD_MODE_PADFX1" action="pad_pages 2" />
<map value="LED_PAD_MODE_SLICER" action="pad_pages 3" />
<map value="LED_PAD_MODE_SAMPLER" action="pad_pages 4" />
<map value="LED_PAD_MODE_BEATJUMP" action="pad_pages 5" />
<map value="LED_PAD_MODE_PADFX2" action="pad_pages 6" />
<map value="LED_PAD_MODE_SLICER_LOOP" action="pad_pages 7" />
<map value="LED_PAD_MODE_SAMPLER_VEL" action="pad_pages 8" />


Same rule goes XP1 as well.
 

发表时间 Tue 21 Dec 21 @ 7:54 am
Thank you. Will update it now =}
 

发表时间 Tue 21 Dec 21 @ 7:59 am