Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: How to adjust FX parameters on two decks

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

I wonder how the script will look like to change the reverb level of both decks 1 and 2
Also a button to activate them both.
This way I don’t need to care which decks is on air and just have a single group of buttons instead duplicate ones
Or if vdj can use the masterdeck algo to affect the deck on air

Also how to adjust the play button script so it takes the brakestart or breakspeed value each time its pressed to pause a track?

Thanks
 

Posted Fri 17 May 19 @ 1:38 pm
locodogPRO InfinityModeratorMember since 2013
deck active, assignment will follow the masterdeck.
deck active effect_active 'reverb'
 

Posted Fri 17 May 19 @ 1:57 pm
locodogPRO InfinityModeratorMember since 2013
As for 2 check the options rampStart rampStop
 

Posted Fri 17 May 19 @ 1:58 pm
Loco you are very important for this forum and deliver ultra quick support as always

EDIT: Here is a wild idea:

Can I use a slider on my F1 to set effect level and active on the same?
If slider is over 10% up effect X will go active and the rest of the movement controls for example reverb level?
 

Posted Fri 17 May 19 @ 2:21 pm
locodogPRO InfinityModeratorMember since 2013
Sure, it's just a set of rules.
I'm out atm I'll give you a proper reply later.

I personally use this dial to use the volume fx as my always last effect (nice to control volume for postfader fx)

effect_slider 'volume' 1 & param_smaller 100% ? effect_active 'volume' on : effect_active 'volume' off
 

Posted Fri 17 May 19 @ 3:33 pm
locodogPRO InfinityModeratorMember since 2013
Sorry I've tried to reply about 4 times today and I keep getting distracted
effect_slider 1 1 & effect_select 'reverb' 1 ? param_bigger 9% ? effect_active 'reverb' on : param_equal 0% ? effect_active 'reverb' off : nothing : nothing
effect_slider 1 1 & effect_select 'reverb' 1
..? param_bigger 9%
....? effect_active 'reverb' on
....: param_equal 0%
......? effect_active 'reverb' off
......: nothing
..: nothing

This example will control effect slider on slot 1, slider 1. If reverb is on slot 1 it will turn on at 10% and it will turn off when at 0%
 

Posted Sat 18 May 19 @ 7:22 pm
Thanks Loco, I think I managed to get it how I want with help of your first script example.
I will still try your second script since it seems more complex and might be even better.
Thanks !!
 

Posted Tue 21 May 19 @ 6:08 pm


(Old topics and forums are automatically closed)