just over 9 1/2 hours later lol !!
a small mod to L2\'s vdj6mod skin
i like to be able to see the loop in number format as well (as my controllers set up for 1/8 through to 32 using the loop +1 -1 method)
so now i no what loop im on before i press the loop button
pinched the graphic from cioce cue rmx v2 skin
pinched the code from the turntablist 5.2 skin
and used jeremie k's skin creator to get the x y width and height
so thanks guys
will play with it again to try and get the same colour match on the graphic but haven't really got a clue how to use paint properly yet
but at least it works fine for now on both decks (well for my use anyway lol !)
full respect to all you skin guys now i really no how much time and effort you must put into them !!
a small mod to L2\'s vdj6mod skin
i like to be able to see the loop in number format as well (as my controllers set up for 1/8 through to 32 using the loop +1 -1 method)
so now i no what loop im on before i press the loop button
pinched the graphic from cioce cue rmx v2 skin
pinched the code from the turntablist 5.2 skin
and used jeremie k's skin creator to get the x y width and height
so thanks guys
will play with it again to try and get the same colour match on the graphic but haven't really got a clue how to use paint properly yet
but at least it works fine for now on both decks (well for my use anyway lol !)
full respect to all you skin guys now i really no how much time and effort you must put into them !!
Posté Mon 24 Aug 09 @ 4:45 pm
I have photoshop and some decent knowledge on how to make it perfect. If you are interested?
Another idea is that I can make the actual number highlight, instead of a seperate window.
Another idea is that I can make the actual number highlight, instead of a seperate window.
Posté Mon 24 Aug 09 @ 8:33 pm
Before to make a MOD skin remember this
http://www.virtualdj.com/forums/113225/Virtual_DJ_Skins/Skin_submissions_and_modifications.html
http://www.virtualdj.com/forums/113225/Virtual_DJ_Skins/Skin_submissions_and_modifications.html
Posté Tue 25 Aug 09 @ 3:37 am
@ cioce
i am well aware of the rules, as i said earlier in the post its my first attempt to try and change a skin and to learn how to do it
and the post is just to show that I'm trying to give it a go (not upload a mod)
sorry if i have offended if so please delete the post
@DHoude
that's very kind of you i will bear that in mind thanks
i am well aware of the rules, as i said earlier in the post its my first attempt to try and change a skin and to learn how to do it
and the post is just to show that I'm trying to give it a go (not upload a mod)
sorry if i have offended if so please delete the post
@DHoude
that's very kind of you i will bear that in mind thanks
Posté Tue 25 Aug 09 @ 5:14 am
small update as to what ive added so far
three effect slots
effects box window
cue slots
loop number
beatlock (so can now see it in any panel)
changed the loop buttons to match the rest of the panel
now im stuck and could do with some help
im struggling to understand the code i need for adding a panel, as you can see the cue numbers still show through
my blanking panel, any ideas as to what im missing or doing wrong
thanks aubs
three effect slots
effects box window
cue slots
loop number
beatlock (so can now see it in any panel)
changed the loop buttons to match the rest of the panel
now im stuck and could do with some help
im struggling to understand the code i need for adding a panel, as you can see the cue numbers still show through
my blanking panel, any ideas as to what im missing or doing wrong
thanks aubs
Posté Wed 16 Sep 09 @ 8:43 am
this is the code ive tried to use
Cue pannel
------------------------------------------------------------
--- Deck 1 cue ---
<button action="skin_pannel '1' on" >
<tooltip>Click here to change the cue display</tooltip>
<pos x="258" y="349"/>
<size width="21" height="10"/>
<over x="258" y="1750"/>
<down x="258" y="1250"/>
</button>
<button action="skin_pannel '2' on" >
<tooltip>Click here to change the cue display</tooltip>
<pos x="258" y="367"/>
<size width="21" height="10"/>
<over x="258" y="1768"/>
<down x="258" y="1268"/>
</button>
<pannel id="1" group="deck1_cue_slots_on" visible="yes">
<pos x="12" y="319"/>
<size width="276" height="25"/>
<down x="12" y="319"/>
</pannel>
<pannel id="2" group="deck1_cue_slots_off" visible="no">
<pos x="12" y="319"/>
<size width="276" height="25"/>
<down x="891" y="2507"/>
</pannel>
Cue text zone
------------------------------------------------------------
--- Cue 1 ---
<textzone deck="1">
<pos x="24" y="325"/>
<size width="42" height="13"/>
<text font="Verdana" size="12" weight="bold" color="#0094FF" align="center" format="%Pfromcue1" scroll="yes"/>
<text2 font="Verdana" size="12" weight="bold" color="#0094FF" align="center" format="%namecue1" scroll="yes"/>
</textzone>
plus what i would like to be able to do is just to press the cue button to turn the panel on
and press it again to turn it off
thanks aubs
Posté Wed 16 Sep 09 @ 8:44 am
I like the extra effect button. 3 is nice!
Posté Wed 16 Sep 09 @ 11:17 am