If you use windows dont waste your time with the filter in vdj it’s absolutley terrible… get “quad byte filter” and paste the .dll in [my documents –> virtual dj –> plugins –> sound effects]
then use this script for it…
FX_SELECT_BTN
toggle “filter-effect” & var “filter-effect” 1 ? effect ‘qb_filter’ active on & effect ‘qb_filter’ slider 2 70% & effect ‘qb_filter’ slider 3 50% & blink 400ms : effect ‘qb_filter’ active off
FX_PARAM_1
var “filter-effect” 1 ? param_multiply 0.7% & effect ‘qb_filter’ slider 3 : param_multiply 1% & effect slider 1
if the led doesn’t blink when the filter is on, map this to the led.
LED_FX_SELECT_BTN
var “filter-effect” 1 ? : blink 400ms : effect active ? on : off