Quick Sign In:  

Forum: Addons

Topic: Controller 2020 by DennYo - Page: 7
stlvs wrote :
Is it possible for me to make the Text Fontsize a litle more bigger?


hey stlvs,

you can change the text sizes in the skin.xml

To enlarge the normal fontsize, search in the xml the follow part:
-textsize-define-normal-

To enlarge the bigger font size, search in the xml the follow part:
-textsize-define-large-

Change in the tags under the category all font size values.

for example:

    ----------------------------textsize-define-large-------------------------------
    <group name="textlarge" condition="var_equal '@$text+20' 1">
    <define class="roundbutton" placeholders="width,height">
    <size width="[WIDTH]" height="[HEIGHT]"/>
    <off color="roundbuttonoff" shape="circle" border="roundbuttonborder" border_size="3" radius="2"/>
    <over color="roundbuttonover" shape="circle" border="roundbuttonborder" border_size="3" radius="2"/>
    <selected color="roundbuttonon" shape="circle" border="roundbuttonborder" border_size="3" radius="2"/>
    <down color="roundbuttonon" shape="circle" border="roundbuttonborder" border_size="3" radius="2"/>
    </define>
    <define class="pad" placeholders="width,height,text,textaction,sysicon,iconsize,weight=bold,textdx,textdy,align=center,scroll=no,icondx,icondy,textwidth">
    <size width="[WIDTH]" height="[HEIGHT]"/>
    <off color="padoff" shape="square" border="padoffborder" border_size="1" radius="2"/>
    <over color="padover" shape="square" border="padoverborder" border_size="1" radius="2"/>
    <selected color="padnon" shape="square" border="padonborder" border_size="1" radius="2"/>
    <down color="padnon" shape="square" border="padonborder" border_size="1" radius="2"/>
    <text fontsize="12" width="[TEXTWIDTH]" weight="[WEIGHT]" color="textcolorgrey" dx="[TEXTDX]" dy="[TEXTDY]" align="[ALIGN]" action="[TEXTACTION]" text="[TEXT]" important="[IMPORTANT]"/>
    </define>
    <define class="pad12" placeholders="width,height,text,textaction,sysicon,iconsize,weight=bold,textdx,textdy,align=center,scroll=no,icondx,icondy,textwidth">
    <size width="[WIDTH]" height="[HEIGHT]"/>
    <off color="padoff" shape="square" border="padoffborder" border_size="1" radius="2"/>
    <over color="padover" shape="square" border="padoverborder" border_size="1" radius="2"/>
    <selected color="padnon" shape="square" border="padonborder" border_size="1" radius="2"/>
    <down color="padnon" shape="square" border="padonborder" border_size="1" radius="2"/>
    <text fontsize="13" width="[TEXTWIDTH]" weight="[WEIGHT]" color="textcolorgrey" dx="[TEXTDX]" dy="[TEXTDY]" align="[ALIGN]" action="[TEXTACTION]" text="[TEXT]" important="[IMPORTANT]"/>
    </define>
    .
    .
    .
    .
    <define class="scratchwavemainextralarge" orientation="horizontal" placeholders="width,overlayx,background,backgroundshaded">
    <size width="[WIDTH]" height="104"/>
    <grid mirrored="yes" pos="-8" color="wavegridcolor" maincolor="wavegridcolormain" backgroundcolor="wavegridcolor" background="[BACKGROUND]" backgroundshaded="[BACKGROUNDSHADED]" height="5" size="1" mainsize="6"/>
    <cue y="-8" height="120">
    <text dx="9" dy="-1" fontsize="12"/>
    <mask width="13" height="120" x="221" y="406"/>
    </cue>
    <overlay>
    <size width="2" height="120"/>
    <pos x="[OVERLAYX]" y="-8"/>
    <background shape="square" color="waveoverlaycolor"/>
    </overlay>
    </define>
    <define class="browser" showzoom="true" placeholders="width,height">
    <size width="[WIDTH]" height="[HEIGHT]"/>
    <colors background="browserbackground">
    <toolbars border="browserliststripeselect" background="browsertoolbarbackground" text="browsertext" iconbackground="browsertoolbarbackground" border="browsertoolbarborder"/>
    <lists background="browsertoolbarbackground" stripes="browserliststripes" over="browserliststripesover" overstripes="browserliststripesover" selected="browserliststripeselect" focus="browserliststripefocus" text="browsertext" overtext="browsertext" selectedtext="browsertext" focustext="browsertext" automix="lifefeedback" livefeedback="lifefeedback" download="lifefeedback" scan="lifefeedback" button="browserlistbutton" buttonover="browserlistbuttonover" buttonselected="browserlistbuttonover" buttonactive="browserlistbuttonover" insert="browserlistbuttonover"/>
    <info background="browsertoolbarbackground" stripes="browserliststripes" text="browsertext" label="textcolorgrey" artist="browsertext" title="browsertext" />
    <scrollbars background="browserscrollbar" button="browsertext" />
    <columns background="browsertoolbarbackground" text="browsertext"/>
    <search background="browserliststripes" border="browserliststripeselect" selected="browserliststripeselect" text="browsertext" cursor="browsertext"/>
    <prelisten background="browsertoolbarbackground" border="browserliststripeselect" selected="lifefeedback" cursor="browsertoolbarborder" button="browsertext" buttonbackground="browserlistbutton" buttonselected="browserlistbuttonover"/>
    <grids background="browserliststripes" over="browserliststripesover" selected="browserliststripeselect" focus="browserliststripeselect" text="browsertext" overtext="browsertext" selectedtext="browsertext" focustext="browsertext" stripes="browserliststripes" overstripes="browserliststripesover" selectedstripes="browserliststripeselect" focusstripes="browserliststripeselect" label="textcolorgrey"/>
    </colors>
    <fontsearch size="16"/>
    <FONT size="16"/>
    <fontheader size="16"/>
    <fontgridtitle size="15"/>
    <fonttoolbar size="15"/>
    </define>
    </group>
    -----------------------group-define-----------------------------------------------



 

Posted Tue 05 May 20 @ 12:32 pm
So far, DennyO provided the best skins ever for VDJ.
Thanks for your work and sharing it with the community !
 

Posted Tue 05 May 20 @ 4:09 pm
stlvsPRO InfinityMember since 2018
Denny DennYo wrote :
stlvs wrote :
Is it possible for me to make the Text Fontsize a litle more bigger?


hey stlvs,

you can change the text sizes in the skin.xml

To enlarge the normal fontsize, search in the xml the follow part:
-textsize-define-normal-

To enlarge the bigger font size, search in the xml the follow part:
-textsize-define-large-

Change in the tags under the category all font size values.

for example:

    ----------------------------textsize-define-large-------------------------------
    <group name="textlarge" condition="var_equal '@$text+20' 1">
    <define class="roundbutton" placeholders="width,height">
    <size width="[WIDTH]" height="[HEIGHT]"/>
    <off color="roundbuttonoff" shape="circle" border="roundbuttonborder" border_size="3" radius="2"/>
    <over color="roundbuttonover" shape="circle" border="roundbuttonborder" border_size="3" radius="2"/>
    <selected color="roundbuttonon" shape="circle" border="roundbuttonborder" border_size="3" radius="2"/>
    <down color="roundbuttonon" shape="circle" border="roundbuttonborder" border_size="3" radius="2"/>
    </define>
    <define class="pad" placeholders="width,height,text,textaction,sysicon,iconsize,weight=bold,textdx,textdy,align=center,scroll=no,icondx,icondy,textwidth">
    <size width="[WIDTH]" height="[HEIGHT]"/>
    <off color="padoff" shape="square" border="padoffborder" border_size="1" radius="2"/>
    <over color="padover" shape="square" border="padoverborder" border_size="1" radius="2"/>
    <selected color="padnon" shape="square" border="padonborder" border_size="1" radius="2"/>
    <down color="padnon" shape="square" border="padonborder" border_size="1" radius="2"/>
    <text fontsize="12" width="[TEXTWIDTH]" weight="[WEIGHT]" color="textcolorgrey" dx="[TEXTDX]" dy="[TEXTDY]" align="[ALIGN]" action="[TEXTACTION]" text="[TEXT]" important="[IMPORTANT]"/>
    </define>
    <define class="pad12" placeholders="width,height,text,textaction,sysicon,iconsize,weight=bold,textdx,textdy,align=center,scroll=no,icondx,icondy,textwidth">
    <size width="[WIDTH]" height="[HEIGHT]"/>
    <off color="padoff" shape="square" border="padoffborder" border_size="1" radius="2"/>
    <over color="padover" shape="square" border="padoverborder" border_size="1" radius="2"/>
    <selected color="padnon" shape="square" border="padonborder" border_size="1" radius="2"/>
    <down color="padnon" shape="square" border="padonborder" border_size="1" radius="2"/>
    <text fontsize="13" width="[TEXTWIDTH]" weight="[WEIGHT]" color="textcolorgrey" dx="[TEXTDX]" dy="[TEXTDY]" align="[ALIGN]" action="[TEXTACTION]" text="[TEXT]" important="[IMPORTANT]"/>
    </define>
    .
    .
    .
    .
    <define class="scratchwavemainextralarge" orientation="horizontal" placeholders="width,overlayx,background,backgroundshaded">
    <size width="[WIDTH]" height="104"/>
    <grid mirrored="yes" pos="-8" color="wavegridcolor" maincolor="wavegridcolormain" backgroundcolor="wavegridcolor" background="[BACKGROUND]" backgroundshaded="[BACKGROUNDSHADED]" height="5" size="1" mainsize="6"/>
    <cue y="-8" height="120">
    <text dx="9" dy="-1" fontsize="12"/>
    <mask width="13" height="120" x="221" y="406"/>
    </cue>
    <overlay>
    <size width="2" height="120"/>
    <pos x="[OVERLAYX]" y="-8"/>
    <background shape="square" color="waveoverlaycolor"/>
    </overlay>
    </define>
    <define class="browser" showzoom="true" placeholders="width,height">
    <size width="[WIDTH]" height="[HEIGHT]"/>
    <colors background="browserbackground">
    <toolbars border="browserliststripeselect" background="browsertoolbarbackground" text="browsertext" iconbackground="browsertoolbarbackground" border="browsertoolbarborder"/>
    <lists background="browsertoolbarbackground" stripes="browserliststripes" over="browserliststripesover" overstripes="browserliststripesover" selected="browserliststripeselect" focus="browserliststripefocus" text="browsertext" overtext="browsertext" selectedtext="browsertext" focustext="browsertext" automix="lifefeedback" livefeedback="lifefeedback" download="lifefeedback" scan="lifefeedback" button="browserlistbutton" buttonover="browserlistbuttonover" buttonselected="browserlistbuttonover" buttonactive="browserlistbuttonover" insert="browserlistbuttonover"/>
    <info background="browsertoolbarbackground" stripes="browserliststripes" text="browsertext" label="textcolorgrey" artist="browsertext" title="browsertext" />
    <scrollbars background="browserscrollbar" button="browsertext" />
    <columns background="browsertoolbarbackground" text="browsertext"/>
    <search background="browserliststripes" border="browserliststripeselect" selected="browserliststripeselect" text="browsertext" cursor="browsertext"/>
    <prelisten background="browsertoolbarbackground" border="browserliststripeselect" selected="lifefeedback" cursor="browsertoolbarborder" button="browsertext" buttonbackground="browserlistbutton" buttonselected="browserlistbuttonover"/>
    <grids background="browserliststripes" over="browserliststripesover" selected="browserliststripeselect" focus="browserliststripeselect" text="browsertext" overtext="browsertext" selectedtext="browsertext" focustext="browsertext" stripes="browserliststripes" overstripes="browserliststripesover" selectedstripes="browserliststripeselect" focusstripes="browserliststripeselect" label="textcolorgrey"/>
    </colors>
    <fontsearch size="16"/>
    <FONT size="16"/>
    <fontheader size="16"/>
    <fontgridtitle size="15"/>
    <fonttoolbar size="15"/>
    </define>
    </group>
    -----------------------group-define-----------------------------------------------




Thank you so much for your help! One last thing..how can I adjust only the top row so I can make "ZOOM" seem whole?


 

Posted Tue 05 May 20 @ 8:05 pm
Hi DennYo,

First let me thank you for doing such a stellar job on building out this skin, many a thanks to you Sir!

Just a small request on my part: under Deck Setup >> 4-Cue+Custom - when viewed in this mode, can there be an option to toggle the left-most knobs with buttons?

Thanks in advance for your consideration.
 

Posted Fri 22 May 20 @ 4:58 am
Love this skin, thank you
 

Posted Fri 22 May 20 @ 11:25 am
fer14PRO InfinityMember since 2007
Browser mousse auto zoom work ?
 

Posted Sun 24 May 20 @ 6:24 am
fer14 wrote :
Browser mousse auto zoom work ?


Hello,

at the moment the Auto Browser zoom doesn't work. I will at this to the next update.
 

Posted Mon 25 May 20 @ 6:45 am
Malice DaMeanest wrote :
Hi DennYo,

First let me thank you for doing such a stellar job on building out this skin, many a thanks to you Sir!

Just a small request on my part: under Deck Setup >> 4-Cue+Custom - when viewed in this mode, can there be an option to toggle the left-most knobs with buttons?

Thanks in advance for your consideration.


I will at this to the next update.
 

Posted Mon 25 May 20 @ 6:46 am
As for applying a custom logo to the jog wheel, what am I doing wrong here? :)
 

Posted Mon 25 May 20 @ 4:08 pm
BootyMover wrote :
As for applying a custom logo to the jog wheel, what am I doing wrong here? :)


Do you use a transparent backgrount behind your logo? It looks like your logo is on a black shaped background.
 

Posted Tue 26 May 20 @ 1:00 pm
Denny DennYo wrote :
BootyMover wrote :
As for applying a custom logo to the jog wheel, what am I doing wrong here? :)


Do you use a transparent backgrount behind your logo? It looks like your logo is on a black shaped background.


Ah yes, a transparent background makes sense. I'm not much of an expert with graphics, so thank you very much! :) I'll give it a shot!

 

Posted Tue 26 May 20 @ 5:27 pm
Version History 3.1.0 - 2020/06/04

-Bugfix - correct the variable cycle ('@$wavesort20') on the Variable Support Page

-add - the Filter Resonance setting to the round button over the Crossfader
-add - add an second square for the "big extra" on jog logo in the img.png
 

Posted Thu 04 Jun 20 @ 7:55 am
Version History 3.1.1 - 2020/06/04

-add - Browser mouse auto zoom
-add - custom panel 4cue/custom (only custom buttons, no knobs)
 

Posted Thu 04 Jun 20 @ 9:43 am
stlvsPRO InfinityMember since 2018
Denny DennYo wrote :
Version History 3.1.1 - 2020/06/04

-add - Browser mouse auto zoom
-add - custom panel 4cue/custom (only custom buttons, no knobs)

Any idea when the update will be up on site?
 

Posted Fri 05 Jun 20 @ 2:27 pm
how to update this version please !!!
 

Posted Sat 06 Jun 20 @ 12:47 pm
jorgesquito8 wrote :
how to update this version please !!!




open the Settings in the software, and go to Extensions

Inside the Extentions, you can select different types of plugins at top menu, as well as use search and filters.
Click "Install" to install new plugin, and "Update" if one of your already installed plugins have update available.
 

Posted Sat 06 Jun 20 @ 12:51 pm
Do however bear in mind that what you see listed in VDJ is (unfortunately) not a live view of what's available.

The displayed list is cached, and can take a long time to update. I don't know why it's not updated when VDJ is first opened, which seems sensible to me.

The cache file is stored in (for PC) Documents\VirtualDJ\Cache\Plugins and is called pluginspc.json or pluginspc64.json - if you delete that file then run VDJ, the list will get updated.

N.B. Looks like only version 3.0.9. is available currently anyway.
 

Posted Sat 06 Jun 20 @ 12:59 pm
jorgesquito8 wrote :
how to update this version please !!!


You can also "Uninstall" the skin, the simply "Reinstall" it and it will update the current version without losing all of your custom settings for this skin.

 

Posted Sat 06 Jun 20 @ 1:45 pm
BootyMover wrote :
jorgesquito8 wrote :
how to update this version please !!!


You can also "Uninstall" the skin, the simply "Reinstall" it and it will update the current version without losing all of your custom settings for this skin.



At the moment the update wait of check from Atomix.
 

Posted Sat 06 Jun 20 @ 3:02 pm
stlvsPRO InfinityMember since 2018
I'm not sure that the Browser mouse auto zoom is working in 3.1.1 version
 

Posted Wed 10 Jun 20 @ 1:08 pm
28%