快速登录:  

Forum: VirtualDJ Skins

话题: How to make a code run if automix is runing in a particular deck?
First: THANKS if you try to help,
and sorry for my poor Eng (I speak Spanish)

I already managed to colour the Automix song with whatever colour I want :)

But now I want to colour the automix song with the deck colour, but I can't get in which deck is automix running.

My last try was to put the code below inside the deck, but no matter how I modify it, the colour that is below in the code will be the colour set, and I want to put the right or left deck colour, depending in the deck with the automix

GRACIAS!

in the beginning of the code I have something like:

<lists background="#202020" stripes="#2A2A2A" over="#252525" overstripes="#2F2F2F" selected="#555555" focus="#7A7A7A" text="#FFFFFF" overtext="#FFFFFF" selectedtext="#FFFFFF" focustext="#FFFFFF" automix="brListsAutomix" livefeedback="#FFC4C4" download="#FF4040" scan="#FF4040" button="#3D3D3D" buttonactive="#838383" insert="#FF0000" label="#A0A0A0"/>

and in each deck it put the code below, with different colour for each deck:

<group condition="automix ? true " >
<define color="brListsAutomix" value="#ff9200"/>
</group>


GRACIAS!
 

发表时间 Tue 08 Jun 21 @ 9:39 am
AdionPRO InfinityCTOMember since 2006
using "deck 1 automix" explicitly should only be true if automix is active on deck 1
 

发表时间 Tue 08 Jun 21 @ 9:57 am
NicotuxHome userMember since 2014
some posts
deckcolor may already exist
or <define color="brListsAutomix" deck="1" value="#ff9200"/>

to select deck (use twice for multiple decks)
deck n automix

use more than twice can end with undefine restults depending on deck side, cross assingment, karaoke dual deck and videodeck
 

发表时间 Tue 08 Jun 21 @ 9:58 am