Anmelden:     


Forum: VirtualDJ Technical Support

Topic: VDJScript _ Setup error filter_selectcolorfx ?
Hi,
I think there is an error when loading the name of the ColorFX effect when setting Filter (it loads as Filtr). Please try the following script
filter_selectcolorfx "Filter" &                ' set Filter
set 'ColorFXSelect' `filter_label "name"` & ' !!! ColorFXSelect = Filtr !!!
var_list & wait 1000ms &
filter_selectcolorfx "Cut" &
wait 1000ms &
set 'ColorFXSelect' 'ColorFXSelect' & ' To prevent the ColorFX selection window from appearing
param_cast 'ColorFXSelect' & filter_selectcolorfx ' !!! THE FILTER WILL NOT BE SET !!!
 

geposted Mon 26 Sep 22 @ 11:03 am
Solved. It is better to ask for the current name of the colorfx effect
set 'ColorFXSelect' `filter_selectcolorfx`

This will return the correct name "FILTER"
I still don't understand why when I select the FILTER effect appears as the colorfx name FILTR.

 

I still don't understand why when I select the FILTER effect appears as the colorfx name FILTR.


Solved
It's a translation error (languages)
 

-