Sign In:     


Forum: VirtualDJ Technical Support

Topic: ONINT script for Master FX set to reverb and turned on upon startup
I need a script to Master FX to turn on reverb upon startup
 

Posted Tue 02 Jul 24 @ 2:03 am
It's how you would switch any fx, but first you specify the deck.
read up on
effect_active
 

No deck for this. I want the reverb switched on the master out as VDJ loads up. I already have it set but I must make it active every time I start VDJ. Also would this be placed in the head of the skin xml file?
 

deck master is a deck. And you could bake it into a skin but much easier to include it in keyboard oninint mapping
 

No.
Open "controllers" and edit the keyboard mapper.
Find the "ONINIT" key and enter deck master effect_active 'reverb' on
 

Thanks so much, both of you. I am still learning VDJ and having moved over from Serato 6 months ago.
 

PhantomDeejay wrote :
No.
Open "controllers" and edit the keyboard mapper.
Find the "ONINIT" key and enter deck master effect_active 'reverb' on


This works but the 'Decay' of the reverb jumps up to 50% when I close and reopen despite the fact I set all the parameters of the reverb. Is there more parameters I can add to adjust this?


 

deck master effect_slider 'reverb' 2 20% & deck master effect_active 'reverb' on
 

I was going to ask... How you know so much about this but my answer was found in 'Senior Staff' part of your profile. Thanks to you and all who make this a better software, its come a long way since v7 & v8!

Last question: I will assume that you could set each slider by its number in order such as slider 1 10% for STR, Slider 3 11% for Room size and Slider 4 15% for brightness. I would also use the operator & to chain these params?

P.S. Sorry if my questions seem 'noob'...
 

Yes:
deck master effect_slider 'reverb' 1 10% & effect_slider 'reverb' 2 11% & effect_slider 'reverb' 4 15% & deck master effect_active 'reverb' on