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
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
geposted 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%
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
geposted Thu 05 May 11 @ 3:13 am
"deck 1 select ? crossfader 0% : crossfader 100%"
this works perfectly.. thanks a Ton..really..
this works perfectly.. thanks a Ton..really..
geposted Thu 05 May 11 @ 5:41 am