快速登录:  

Forum: VirtualDJ Skins

话题: Minor custom update to the Haunting Skin.

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

Hi Guys, not sure if this is the right place to post this but I was not able to post this on the skin forum...

Basically what I want is very simple... just swapping the DECK 1 colors with Deck 3 and Deck 2 with Deck 4, I managed to do this easily at around 90% but for some reason, the waveforms colors aren't swapping.

I'll attach screenshots and the partial code I've changed.

I can't attach an image to this post but pls click this link:

image:
https://ibb.co/nQMQBrN

Code:

<group name="deckcolors1" >
<!-- waveforms -->
<define color="waveform_active1" value="#21ac87"/>
<define color="waveform_passive1" value="#153f39"/>

<define color="colorbass" value="#0a423a" deck="1"/>
<define color="colormed" value="#153f39" deck="1"/>
<define color="colorhigh" value="#21ac87" deck="1"/>

<define color="scratch1" value="#00ff5a" deck="1"/>
<define color="scratch2" value="#00f6ff" deck="1"/>

<!-- Deck colors -->
<define color="deckcolor" value="#21ac87" deck="1"/>

<!-- faders - knobs-->
<define color="knobfillon" value="#21ac87" deck="1"/>
</group>

<group name="deckcolors2" >
<!-- waveforms -->
<define color="waveform_active2" value="#ca5d36"/>
<define color="waveform_passive2" value="#52291c"/>

<define color="colorbass" value="#6d270f" deck="2"/>
<define color="colormed" value="#52291c" deck="2"/>
<define color="colorhigh" value="#ca5d36" deck="2"/>

<define color="scratch1" value="#ff5400" deck="2"/>
<define color="scratch2" value="#ff9000" deck="2"/>

<!-- Deck colors -->
<define color="deckcolor" value="#ca5d36" deck="2"/>

<!-- faders - knobs-->
<define color="knobfillon" value="#ca5d36" deck="2"/>
</group>

<group name="deckcolors3" >
<!-- waveforms -->
<define color="waveform_active3" value="#219cbf"/>
<define color="waveform_passive3" value="#113845"/>

<define color="colorbass" value="#0e4551" deck="3"/>
<define color="colormed" value="#113845" deck="3"/>
<define color="colorhigh" value="#219cbf" deck="3"/>

<define color="scratch1" value="#007eff" deck="3"/>
<define color="scratch2" value="#00c6ff" deck="3"/>

<!-- Deck colors -->
<define color="deckcolor" value="#219cbf" deck="3"/>

<!-- faders - knobs-->
<define color="knobfillon" value="#219cbf" deck="3"/>
</group>

<group name="deckcolors4" >
<!-- waveforms -->
<define color="waveform_active4" value="#c62b39"/>
<define color="waveform_passive4" value="#5f1620"/>

<define color="colorbass" value="#6e2328" deck="4"/>
<define color="colormed" value="#5f1620" deck="4"/>
<define color="colorhigh" value="#c62b39" deck="4"/>

<define color="scratch1" value="#f30d0d" deck="4"/>
<define color="scratch2" value="#ff0084" deck="4"/>

<!-- Deck colors -->
<define color="deckcolor" value="#c62b39" deck="4"/>

<!-- faders - knobs-->
<define color="knobfillon" value="#c62b39" deck="4"/>
</group>

 

发表时间 Tue 09 Mar 21 @ 1:15 pm


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