快速登录:  

Forum: VirtualDJ Technical Support

话题: How to adjust FX parameters on two decks

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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
 

发表时间 Fri 17 May 19 @ 1:38 pm
locoDogPRO InfinityModeratorMember since 2013
deck active, assignment will follow the masterdeck.
deck active effect_active 'reverb'
 

发表时间 Fri 17 May 19 @ 1:57 pm
locoDogPRO InfinityModeratorMember since 2013
As for 2 check the options rampStart rampStop
 

发表时间 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?
 

发表时间 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
 

发表时间 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%
 

发表时间 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 !!
 

发表时间 Tue 21 May 19 @ 6:08 pm


(陈旧帖子或论坛版块会自动关闭)