Quick Sign In:  

Forum: Addons

Topic: Prime 4 Extended Screen Skin - Page: 2
mg_1978PRO InfinityMember since 2008
hello, in this last update how i can show pad section? 🤔
In photo my little edit about not last update
skin 👍
 

Posted Wed 20 Mar 24 @ 7:22 pm
This is neither an original version, nor the modification is based on the latest version.

You must got it from another source then VDJ Website
 

Posted Thu 21 Mar 24 @ 7:07 am
locoDogPRO InfinityModeratorMember since 2013
Not a criticism of this skin, more a question of a vdj function that this skin uses.

but the 2d slider grid, does it feel clunky when moving on the y axis and keeping the x position as is?
e.g. x @0.5 and try move up or down on the y
 

Posted Sat 23 Mar 24 @ 3:14 pm
Hey Locodog,

yes you're right. Never noticed before. But I do not use the TouchFX a lot in daily mixing 🙃
If you just move y-axis is doesn't feel smooth anymore. This is not the case, if you move in x-axis only. And if you move diagonal, it's smooth, as-well. Strange behavior.

To render the position of the finger there are three sliders involved:
One vertical, that renders the vertical line and processes the action
One horizontal, that renders the horizontal line and processes the action
and one 2d slider, that renders the small rectangle, only.

Here they are:

<slider action="effect_slider_activate 2" orientation="horizontal" direction="right" visibility="effect_activate">
<pos x="+35+4+100+8" y="+101-7"/>
<size width="1000-16" height="392"/>
<fader>
<size width="2" height="387"/>
<pos x="0" y="0"/>
<on color="white"/>
<off color="white"/>
</fader>
</slider>
<slider action="effect_slider_activate 1" direction="up" orientation="vertical" visibility="effect_activate && effect_has_slider 2">
<pos x="+35+4+100+8" y="+96+12-10-1"/>
<size width="1000-18" height="386"/>
<fader>
<size width="1000-18" height="2"/>
<pos x="0" y="0"/>
<on color="white"/>
<off color="white"/>
</fader>
</slider>
<slider action="var '$touchfxlatch' ? effect_activate on & effect_slider 2 : effect_slider_activate 2" action2="var '$touchfxlatch' ? effect_slider 1 : effect_slider_activate 1" direction="right"
direction2="up" orientation="2d" visibility="not effect_activate && effect_has_slider 2">
<pos x="+35+4+100+8-3" y="+108-3-10-1"/>
<size width="1000-16+6" height="386+6"/>
<fader>
<size width="0" height="0" shape="circle"/>
<pos x="0" y="0"/>
<on color="white"/>
<off color="white"/>
</fader>
</slider>

Don't know why the vertical slider does not refresh like the horizontal.

Cheers Jochen
 

Posted Sat 23 Mar 24 @ 4:29 pm
locoDogPRO InfinityModeratorMember since 2013
Thanks for confirming; I was just checking as I added a 2d slider to another skin for somebody and it felt janky there too.
I know the html [yours], I picked over it a bit to make my thing. Some different design choices this side, works for single slider fx, switched which axis which slider is attached to x=1, y=2. Single deck thing but possible choices of slots 1-3
 

Posted Sat 23 Mar 24 @ 4:51 pm
mg_1978PRO InfinityMember since 2008
sorry Electronic Green Room, in photo there was my little change about your skin, because i have mapped Prime 4 “Focus” knob to sampler master volume, mic volume and sampler color fx knob…and i have add sliders in the skin.
But my question is now (and was): in your last skin update i can’t see pad section; is there an option or “setting” to show pad section? i see big waveforms but no pad section :( thanks for your answer
 

Posted Sun 24 Mar 24 @ 1:53 pm
Yes there is an option in the settings. In the latest update you can longpress the layout button to toggle the pad section.
 

Posted Sun 24 Mar 24 @ 2:00 pm
mg_1978PRO InfinityMember since 2008
thanka a lot 👍
 

Posted Sun 24 Mar 24 @ 3:13 pm
Hey folks,

New Version 1.1.1 is now available.

It features a lot of smaller bugfixes and improvements.
There have been major improvements on the rendering speed, as-well.

Check this video to see the render improvements with this release:
https://youtu.be/-jlTstjN00g

Cheers Jochen
 

Posted Wed 27 Mar 24 @ 2:37 pm