Connexion rapide:  

Forum: VirtualDJ Technical Support

Sujet Ok,Stupid Question of the day..Re-select the stem config..

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

Ok..how the heck do i get the mixer knob cinfiguration Menu that we see when first opening VDJ 2021?...i searched options but cant find..Im making Acapellas and stipped down parts and recording them and allready chosed the wrong settings for Vocals only...thanks
ps..and i Mistakenly deleted what was under VDJ scriptGlobalViarables...what goes there?
 

Posté Sun 30 Aug 20 @ 1:46 am
NicotuxHome userMember since 2014
use little triangles right of high and/or right of filter to open the page again

VDJ scriptGlobalVariables are mostly parameters set by skin config and pads settings
if removed, you only resets everything to initial default, this is not a big deal

as these variables are permanent, everytime you try a new skin, its global variables are store there forever
removing VDJ scriptGlobalVariables make the unused anymore global variables disapear, it's a good thing
 

Posté Sun 30 Aug 20 @ 3:16 am
Not from Settings/Options...because i am using the old skin...
 

Posté Sun 30 Aug 20 @ 4:59 am
NicotuxHome userMember since 2014
with old skin the better being a custom button mapped to

eq_mode

the settings (that are working with old skin too) are
controls -> eqMode
controls -> eqModeDual

Other related settings :
automation -> resetEqOnLoad
automation -> resetStemsOnLoad
control -> stemBleed*
performance -> mathEngine
performance -> precomputeStems
performance -> maxStemLength
 

Posté Sun 30 Aug 20 @ 5:41 am
i see it..so now i need to skin that tiny Little button to the OLD skin ...because of the four decks...that's my thing...any volunteers?
 

Posté Sun 30 Aug 20 @ 5:56 am
Oh sorry,didnt see your next post...hmm..I'm thinking of the actual old skin but with that Little arrow lol..but I've not skinned since the old skin creator....
 

Posté Sun 30 Aug 20 @ 5:59 am
NicotuxHome userMember since 2014
did it for a while ^^

<define class="menu_select">
<size width="15" height="15"/>
<off color="#1a1a1a" shape="square" border="buttonborder" border_size="1"/>
<over color="deckcolor" shape="square" border="buttonborder" border_size="1"/>
<on color="deckcolor" shape="square" border="buttonborder" border_size="1" />
<icon dy="+1" sysicon="arrowdown" width="14" height="14" color="textoff2" colorover="textover" colordown="texton"/>
</define>

then for the knobs you want to add the little triangle add a button class="menu_select" (depending on side if you want, here both side for the example)

<group name="knob" x="+0" y="+0">
<button class="menu_select" x="-15-5" y="-10" action="setting eqmode +1"/>
<button class="menu_select" x="+46+5" y="-10" action="eq_mode"/>

<panel class="knobk" action="eq_high" dblclick="eq_high 50%" rightclick="eq_high 0% ? eq_high 50% : eq_high 0%">
<slider frommiddle="true"/>
...make name act as a modifier if needed
<button action="setting 'eqmode' 'frequency' ? setting 'eqmode' 'EzRemix' : setting 'eqmode' 'EzRemix' ? setting 'eqmode' 'ModernEQ' : setting 'eqmode' 'Frequency' '" query="eq_kill_high" >
<tooltip></tooltip>
<text dy="4" action="high_label" localize="true"/>
<textselected dy="4" action="high_label" localize="true"/>
</button>
</panel>
</group>

you can repeat for every button needing it
 

Posté Sun 30 Aug 20 @ 6:30 am


(Les anciens sujets et forums sont automatiquement fermés)