登录:     


Forum: General Discussion

Topic: Vdj Script Help required: Crossfader

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

Hi,

In a 2 deck situation, is there any crossfader related command available which will set crossfader to deck active?

I know that crossfader 0% = crossfader at deck 1 and crossfader 100% = crossfader at deck 2

but I am looking for a crossfader command which will move crossfader to deck active.

Many thanks
Krish

 

发表时间 Thu 05 May 11 @ 2:55 am
Good Question... Maybe you could use something like:

deck 1 select ? crossfader 0% : crossfader 100%

if that doesn't work try

deck 1 masterdeck ? crossfader 0% : crossfader 100%

the code should snap to left and right deck depending on which is the active deck when you press the button it is assigned to, if you want to slowly adjust the crossfader towards the active deck by holding down the button you could use:

deck 1 select ? crossfader -0.5% : crossfader +0.5%

if your using 4 decks you could use something like:

deck 1 select ? crossfader 0% : deck 2 select ? crossfader 100% : deck 3 select ? crossfader 0% : deck 4 select ? crossfader 100% : nothing

Hope that helps
 

"deck 1 select ? crossfader 0% : crossfader 100%"

this works perfectly.. thanks a Ton..really..
 



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