登录:     


Forum: General Discussion

Topic: first time writing scripts, need help remapping balance

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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..


 

发表时间 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.
 

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
 

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
 



(陈旧帖子或论坛版块会自动关闭)