Ingresar:     


Forum: General Discussion

Tópico: Mapping help!

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

Hello!

i have the xone dx with 4 decks as in this picture: http://blog.starproductions.com/wp-content/uploads/2009/12/xone_dx_very_big.jpg
Is there a way to map the fx unit buttons to perform an action for deck 1 or deck 2, deppending on which layer is selected?
From this example http://www.virtualdj.com/wiki/Make%20buttons%20perform%20different%20functions%20depending%20on%20what%20mode%20is%20selected.html i need to map a button to cycle through the modes but i want to include this action too:
<map value="LAYER1" action="var_equal "$layer3" 1 ? select deck 3 & set "$layer3" 0 : select deck 3 & set "$layer3" 1 " />
<map value="LAYER2" action="var_equal "$layer4" 1 ? select deck 4 & set "$layer4" 0 : select deck 4 & set "$layer4" 1 />
<map value="LAYER3" action="var_equal "$layer1" 1 ? select deck 1 & set "$layer1" 0 : select deck 1 & set "$layer1" 1 />
<map value="LAYER4" action="var_equal "$layer2" 1 ? select deck 2 & set "$layer2" 0 : select deck 2 & set "$layer2" 1 />

There are 2 button, and each one uses 2 channel. example from definition file:

<button note="0x15" channel="12" name="LAYER1" deck="1" />
<button note="0x15" channel="14" name="LAYER2" deck="2" />
<button note="0x15" channel="13" name="LAYER3" deck="3" />
<button note="0x15" channel="15" name="LAYER4" deck="4" />




And if possible. i want to map a button for loop roll. When i press it, i want to start the loop and switch to skin_pannel "deck1b" ,and when released stop looping like loop_exit and switch to skin_pannel "deck1a".
As an example for on/off loop button skin_pannel "deck1b" ? skin_pannel "deck1a" on & loop_exit : skin_pannel "deck1b" on & loop 8.
 

Mensajes Fri 15 Feb 13 @ 7:03 am


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