Sign In:     


Forum: VirtualDJ Technical Support

Topic: Echo Adjustment - How to edit???
How can i change the default values of this filter to where i would like permanently?

The filter in the echo effect settings is set by default more to the 2 o'clock position on the high pass which is a bit to much for the sound i would like to produce when using this effect. I will set it to where i want it but every time i reopen the program i have to repeat the process only with this knob. All the others seem to stay set where i leave them. Don't know if it's designed to behave this way or if it's a bug, but really would like for the settings to stay as i leave it last.

 

Posted Thu 11 Jun 26 @ 2:56 pm
Should be saved just like the other parameters, just adjust, and close vdj
 

effect_bank_load, effect_bank_save see the VDJScript verb page) and the ONINIT key for your keyboard mapper (to use effect_bank_load) might be helpful here.
 

Adion wrote :
Should be saved just like the other parameters, just adjust, and close vdj


Funny for some reason it's now staying as it should, but i swear it was resetting the filter to 1.5khz numerous times. I will pay closer attention to it.


 

DJ VinylTouch wrote :
effect_bank_load, effect_bank_save see the VDJScript verb page) and the ONINIT key for your keyboard mapper (to use effect_bank_load) might be helpful here.


Where would i paste this script in vdj?

 

@Adion's suggestion is probably sufficient so you don't really need those verbs. If you wanted to tey them, anywhere a script can go wuld be okay (custom button, key oard shortcut, controller mapping, skin edit). If you wantes it recalled on startup, then the Keybpard mapper's ONINIT would be effectively on startup.
 

I like the oninit way, because who knows how silly I was feeling towards the end of the last set.

It's a bit of typing but you always get your fx in a known state at the start of a session.

how it needs to be wrote can depend on how your keyboard ONINIT key is set currently, I'd need to see yours.