Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Mapper file for CH (1 < 3 2 > 4) layout

This topic is old and might contain outdated or incorrect information.

Hi!

zacek100 created a skin that act like this:
DN-MC6000 Mapper file for CH (3 < 1 <L|R> 2 > 4) layout

It's a nice job but it's not quit the order I need.

What should I do in the XML file to make the SKIN work like this 1 > 3 > 2 > 4? Or is there a skin doing it?

I already mapped the controller to work this way.

Thanks
 

Posted Mon 18 Apr 11 @ 8:20 pm
The only proper way to alter a skin is to edit it's XML file.
Actually you'll need to find all volume sliders, EQ sliders, PFL buttons, etc and replace the decks.

So, must seek for
<slider action="deck 1 eq_low"> and change it to <slider action="deck 3 eq_low"> e.t.c...

You should leave ALL other lines intact...
 

Posted Tue 19 Apr 11 @ 1:56 am
djdadPRO InfinityDevelopment ManagerMember since 2005
editing just the xml file will leave the same colors on the bmp file. It will be confusing to see different color on deck and different color on mixer. I think you have to edit the vu_meters selected lines too.

Which skin are you using?
 

Posted Tue 19 Apr 11 @ 2:35 am
djdad wrote :
editing just the xml file will leave the same colors on the bmp file. It will be confusing to see different color on deck and different color on mixer. I think you have to edit the vu_meters selected lines too.

Which skin are you using?


I use the: "DN-MC6000 Mapper file for CH (3 < 1 <L|R> 2 > 4) layout" or the "VirtualDJ 7 4 deck" 1280X800

I don't care about the colors...anyway I'm colorblind. :)


So in the XML file, the part that I need to edit would it be this one?:
************************************************************
AUDIO MIXER
************************************************************


 

Posted Tue 19 Apr 11 @ 3:51 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
If someone has free time, maybe he will post the code. But in the meantime you can do some work on your own.

Edit the xml as followed..

replace all deck 1 text with deck 3
replace all deck 2 text with deck 1
replace all deck 3 text with deck 2
replace all chan="1" text with chan="3"
replace all chan="2" text with chan="1"
replace all chan="3" text with chan="2"

Notes.
1.Dont use find and replace option. Do it manually.
2. Apply those changes ONLY to the mixer part of the xml file, not the entire xml file
 

Posted Tue 19 Apr 11 @ 8:14 pm
Thanks for the help. I figured it out & it's working just fine.
 

Posted Wed 20 Apr 11 @ 1:56 pm


(Old topics and forums are automatically closed)