Quick Sign In:  

Forum: VirtualDJ 8.0 Technical Support

Topic: post fader FX - Page: 13

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

locodog wrote :
What's needed is pfl pre fx, another user asked me about the very same issue.

but higher on the drawing board I'd rather see a re routing fx, that passes the sound up the chain but also to another output source.


I'm with you bro but I'm not even sure if these guys are even up to snuff anymore. It's really time to step there game up. Adding script and a new transition just ain't gonna cut it anymore.

It might be fine for the newbies but as a professional working DJ this is getting old. Even there attitude has seemed to of changed for the worse anymore......

Hopefully someone can respond or let us know something.......
 

Posted Fri 11 Sep 15 @ 5:41 pm
djmilaPRO InfinityMember since 2008
cross DJ have standart post fader fx , where problem in virtual dj .
every mixers from pioneer have post fader fx .. great disappointment in V8
 

Posted Fri 11 Sep 15 @ 6:49 pm
espepePRO InfinityMember since 2009
djmila wrote :
cross DJ have standart post fader fx , where problem in virtual dj .
every mixers from pioneer have post fader fx .. great disappointment in V8


Your welcome to the fight!!!!
 

Posted Sat 12 Sep 15 @ 8:06 am
Anyone know hot to get the slider working in 4 deck skins? 4 decks XML is missing the "<define class="volume_level" classdeck="left" action="level" rightclick="temporary" orientation="vertical">" lines.
 

Posted Sun 08 Nov 15 @ 8:35 pm
Which slider? Which skin?
 

Posted Sun 08 Nov 15 @ 8:38 pm
groovindj wrote :
Which slider? Which skin?

Silversleek2 it uses a 4 deck XML much like the 4 deck XML in the default VDJ8 skin there is no simple 2 deck to edit like the Volume plug author has described.

EDIT: The author of the post fader effect plugin says to change the lines to

"<define class="volume_level" classdeck="left" action="deck 1 effect_slider 'volume' 1" rightclick="temporary" orientation="vertical">"
and
"<define class="volume_level" classdeck="right" action="deck 1 effect_slider 'volume' 1" rightclick="temporary" orientation="vertical">"

The 4 deck skin uses these defines and actions.

"<define class="txt_OSDHC_DeckOn" visibility="leftdeck" classdeck="1" >
<pos x="+2" y="+58"/>
<size width="30" height="24"/>
<text size="30" color="#008ce1" weight="bold" scroll="no" align="center" action="get_deck"/>"

Repeat for the other 3 decks changing the "classdeck" number accordingly.

Then the defined actions for each deck for the skin.

"</define>
<define class="cmp_VolumeFader" classdeck="1">
<panel id="vol_linear" group="fadercurve" visible="levelfader_curve & param_smaller 0.35 ? on : off">
<pos x="+0" y="+5"/>
<size width="15" height="122"/>
<down x="735" y="2405"/>
</panel>
<panel id="vol_quad" group="fadercurve" visible="levelfader_curve & param_greater 0.34 ? param_smaller 0.80 ? on : off">
<pos x="+0" y="+5"/>
<size width="15" height="122"/>
<down x="735+15" y="2405"/>
</panel>
<panel id="vol_exp" group="fadercurve" visible="levelfader_curve & param_greater 0.79 ? on : off">
<pos x="+0" y="+5"/>
<size width="15" height="122"/>
<down x="735+30" y="2405"/>
</panel>
<slider action="level" orientation="vertical" dblclick="level 75%" rightclick="temporary" >
<pos x="+7" y="+0"/>
<size width="23" height="135"/>
<up x="825" y="2405"/>
<selected x="825" y="2405"/>
<fader>
<size width="23" height="15"/>
<pos x="1585" y="1400"/>
<mouserect x="+0" y="+0" width="21" height="12"/>
<tooltip />
</fader>
<tooltip />
</slider>
</define>
<define class="cmp_VolumeFader" classdeck="3">
<panel id="vol_linear" group="fadercurve" visible="levelfader_curve & param_smaller 0.35 ? on : off">
<pos x="+0" y="+5"/>
<size width="15" height="122"/>
<down x="735" y="2405"/>
</panel>
<panel id="vol_quad" group="fadercurve" visible="levelfader_curve & param_greater 0.34 ? param_smaller 0.80 ? on : off">
<pos x="+0" y="+5"/>
<size width="15" height="122"/>
<down x="735+15" y="2405"/>
</panel>
<panel id="vol_exp" group="fadercurve" visible="levelfader_curve & param_greater 0.79 ? on : off">
<pos x="+0" y="+5"/>
<size width="15" height="122"/>
<down x="735+30" y="2405"/>
</panel>
<slider action="level" orientation="vertical" dblclick="level 75%" rightclick="temporary" >
<pos x="+7" y="+0"/>
<size width="23" height="135"/>
<up x="825" y="2405"/>
<selected x="825" y="2405"/>
<fader>
<size width="23" height="15"/>
<pos x="1585" y="1400"/>
<mouserect x="+0" y="+0" width="21" height="12"/>
<tooltip />
</fader>
<tooltip />
</slider>
</define>
<define class="cmp_VolumeFader" classdeck="left">
<panel id="vol_linear" group="fadercurve" visible="levelfader_curve & param_smaller 0.35 ? on : off">
<pos x="+0" y="+5"/>
<size width="15" height="122"/>
<down x="735" y="2405"/>
</panel>
<panel id="vol_quad" group="fadercurve" visible="levelfader_curve & param_greater 0.34 ? param_smaller 0.80 ? on : off">
<pos x="+0" y="+5"/>
<size width="15" height="122"/>
<down x="735+15" y="2405"/>
</panel>
<panel id="vol_exp" group="fadercurve" visible="levelfader_curve & param_greater 0.79 ? on : off">
<pos x="+0" y="+5"/>
<size width="15" height="122"/>
<down x="735+30" y="2405"/>
</panel>
<slider action="level" orientation="vertical" dblclick="level 75%" rightclick="temporary" >
<pos x="+7" y="+0"/>
<size width="23" height="135"/>
<up x="825" y="2405"/>
<selected x="825" y="2405"/>
<fader>
<size width="23" height="15"/>
<pos x="1585" y="1400"/>
<mouserect x="+0" y="+0" width="21" height="12"/>
<tooltip />
</fader>
<tooltip />
</slider>
</define>
<define class="cmp_VolumeFader" classdeck="2">
<panel id="vol_linear" group="fadercurve" visible="levelfader_curve & param_smaller 0.35 ? on : off">
<pos x="+15" y="+5"/>
<size width="15" height="122"/>
<down x="780+30" y="2405"/>
</panel>
<panel id="vol_quad" group="fadercurve" visible="levelfader_curve & param_greater 0.34 ? param_smaller 0.80 ? on : off">
<pos x="+15" y="+5"/>
<size width="15" height="122"/>
<down x="780+15" y="2405"/>
</panel>
<panel id="vol_exp" group="fadercurve" visible="levelfader_curve & param_greater 0.79 ? on : off">
<pos x="+15" y="+5"/>
<size width="15" height="122"/>
<down x="780" y="2405"/>
</panel>
<slider action="level" orientation="vertical" dblclick="level 75%" rightclick="temporary" >
<pos x="+0" y="+0"/>
<size width="23" height="135"/>
<up x="825" y="2405"/>
<selected x="825" y="2405"/>
<fader>
<size width="23+2" height="15"/>
<pos x="1585-3" y="1400"/>
<mouserect x="+0" y="+0" width="21" height="12"/>
<tooltip />
</fader>
<tooltip />
</slider>
</define>
<define class="cmp_VolumeFader" classdeck="4">
<panel id="vol_linear" group="fadercurve" visible="levelfader_curve & param_smaller 0.35 ? on : off">
<pos x="+15" y="+5"/>
<size width="15" height="122"/>
<down x="780+30" y="2405"/>
</panel>
<panel id="vol_quad" group="fadercurve" visible="levelfader_curve & param_greater 0.34 ? param_smaller 0.80 ? on : off">
<pos x="+15" y="+5"/>
<size width="15" height="122"/>
<down x="780+15" y="2405"/>
</panel>
<panel id="vol_exp" group="fadercurve" visible="levelfader_curve & param_greater 0.79 ? on : off">
<pos x="+15" y="+5"/>
<size width="15" height="122"/>
<down x="780" y="2405"/>
</panel>
<slider action="level" orientation="vertical" dblclick="level 75%" rightclick="temporary" >
<pos x="+0" y="+0"/>
<size width="23" height="135"/>
<up x="825" y="2405"/>
<selected x="825" y="2405"/>
<fader>
<size width="23+2" height="15"/>
<pos x="1585-3" y="1400"/>
<mouserect x="+0" y="+0" width="21" height="12"/>
<tooltip />
</fader>
<tooltip />
</slider>
</define>
<define class="cmp_VolumeFader" classdeck="right">
<panel id="vol_linear" group="fadercurve" visible="levelfader_curve & param_smaller 0.35 ? on : off">
<pos x="+15" y="+5"/>
<size width="15" height="122"/>
<down x="780+30" y="2405"/>
</panel>
<panel id="vol_quad" group="fadercurve" visible="levelfader_curve & param_greater 0.34 ? param_smaller 0.80 ? on : off">
<pos x="+15" y="+5"/>
<size width="15" height="122"/>
<down x="780+15" y="2405"/>
</panel>
<panel id="vol_exp" group="fadercurve" visible="levelfader_curve & param_greater 0.79 ? on : off">
<pos x="+15" y="+5"/>
<size width="15" height="122"/>
<down x="780" y="2405"/>
</panel>
<slider action="level" orientation="vertical" dblclick="level 75%" rightclick="temporary" >
<pos x="+0" y="+0"/>
<size width="23" height="135"/>
<up x="825" y="2405"/>
<selected x="825" y="2405"/>
<fader>
<size width="23+2" height="15"/>
<pos x="1585-3" y="1400"/>
<mouserect x="+0" y="+0" width="21" height="12"/>
<tooltip />
</fader>
<tooltip />
</slider>"

The relevant parts are the "<slider action="level" orientation="vertical" dblclick="level 75%" rightclick="temporary" >" but changing the slider action="level" to "slider action="deck 1 slider_effect 'volume' 1" for any of those 6 places results in it operating both left and right sliders.
I want to have them work independently obviously.
 

Posted Sun 08 Nov 15 @ 9:35 pm
locoDogPRO InfinityModeratorMember since 2013
I think, try change the action to

effect_active 'volume' ? effect_slider 'volume' 1 : level

 

Posted Sun 08 Nov 15 @ 10:51 pm
Once again in back, lol! Ok hows everybody doing, hopefully lifes been good.

So has any head way been by either of us users or from the team??

Main issue I see is the no headphones but I have managed just fine.

Lets hear it fellas , lol!
 

Posted Fri 18 Dec 15 @ 1:37 pm
Well I guess were gonna let this go???
 

Posted Thu 07 Jan 16 @ 5:49 am
cmc81784PRO SubscriberMember since 2011
I'm here wanting post fader FX as well!!!!

All that coding isn't for me....

I may need to take a trip to youtube....
 

Posted Tue 26 Jan 16 @ 8:20 pm
Does VDJ8 allow post fader effects, and if so, how to activate them?
 

Posted Mon 15 Feb 16 @ 1:46 pm
No post fader effects yet. Have a read of this thread.
 

Posted Mon 15 Feb 16 @ 1:53 pm
Can I please get some help making this work with 4 decks??

Ice tried a few different things but ended up resetting everything.

Any help would be greatly appreciated.
 

Posted Tue 16 Feb 16 @ 5:11 pm
beatbreaker1 wrote :
Can I please get some help making this work with 4 decks??

Ice tried a few different things but ended up resetting everything.

Any help would be greatly appreciated.


 

Posted Sat 27 Feb 16 @ 2:20 pm
locodog wrote :
@ anyone waiting for 4 decks I'll be posting a full how as a text file to download (it could be a couple of weeks) as the scripts are huge (too big for the forum char limit) and it's more than just a xfader script and a button script (the cross assign buttons need scripting too)


Did you ever get this text file done?? Im using a Mac so the only way is with this script.
 

Posted Sat 27 Feb 16 @ 2:23 pm
locoDogPRO InfinityModeratorMember since 2013
sorry i saw the previous post and forgot to reply.

4 decks gets long, very long when you start considering xfader assign

it's 110,000 chars for the fader and 23,000 chars for the button, i'm not even sure the button is right anymore it's been a year since i even looked at it.
and i just don't have the time i used to.

i don't remember even stating the xfader assign buttons so they're still to do.
 

Posted Sat 27 Feb 16 @ 2:42 pm
Man that's huge!!

Why wont Atomix just make this happen for us already, ugh.

Its cool bro, I didn't realize it was that much work. I'll just stick with the 2 decks.
 

Posted Mon 29 Feb 16 @ 3:04 am
Post fader effect ? Where ? Still missing ? Come on guys its really standard ...
 

Posted Sat 12 Mar 16 @ 11:16 am
BUILD 3342 (2016-07-30)
-Add option 'fxProcessing' to select pre- or post-fader effects

has anyone tried this??
 

Posted Sun 14 Aug 16 @ 7:30 pm
 

Posted Sun 14 Aug 16 @ 8:22 pm


(Old topics and forums are automatically closed)