I would like to remap my balance know on my Hercules rmx to control my effect slider 3, but only when the effect is active and only on the deck using the effect.
I remapped my jogger wheels to control effect sliders one and two when active via downloading one of the avaliable mapping pack, but there was nothing mapped to effect slider 3. As I output to an external mixer, i dont really need my volume retro control, so I would like to remap it to control effect parameter/sider 3.
Heres what I have for the jog wheels :
<map value="JOG" action="deck 1 effect active ? action_deck 1 ? deck 1 effect slider 1 : deck 1 effect slider 2 : deck 2 effect active ? action_deck 1 ? deck 2 effect slider 1 : deck 2 effect slider 2 : jogwheel" />
I need so set up a value for
<map value="BALANCE" action= " .....
any help would be appreciated.. new to scripting in VDJ..
I remapped my jogger wheels to control effect sliders one and two when active via downloading one of the avaliable mapping pack, but there was nothing mapped to effect slider 3. As I output to an external mixer, i dont really need my volume retro control, so I would like to remap it to control effect parameter/sider 3.
Heres what I have for the jog wheels :
<map value="JOG" action="deck 1 effect active ? action_deck 1 ? deck 1 effect slider 1 : deck 1 effect slider 2 : deck 2 effect active ? action_deck 1 ? deck 2 effect slider 1 : deck 2 effect slider 2 : jogwheel" />
I need so set up a value for
<map value="BALANCE" action= " .....
any help would be appreciated.. new to scripting in VDJ..
Mensajes Mon 10 Jun 13 @ 2:11 pm
effect active ? effect slider 3 : master_balance
you don't need to use the red bit, delete it if you only want to control the third effect slider for the selected deck.
you don't need to use the red bit, delete it if you only want to control the third effect slider for the selected deck.
Mensajes Mon 10 Jun 13 @ 2:43 pm
Thank you, and yes, I like that it can default back to the balance control. One question though, this code works for the active deck only. Is there a way to make it work for either deck not dependent on whether it's the active deck?
Edit: I figured it out. Thank you for your help!
I beleive this to be correct:
deck 1 effect active ? effect slider 3 : deck 2 effect active ? effect slider 3 : master_balance
Edit: I figured it out. Thank you for your help!
I beleive this to be correct:
deck 1 effect active ? effect slider 3 : deck 2 effect active ? effect slider 3 : master_balance
Mensajes Mon 10 Jun 13 @ 3:53 pm
almost... add the deck number in front of 'effect slider 3' otherwise it will still control the active deck not the specific deck you want
Mensajes Mon 10 Jun 13 @ 5:00 pm