快速登录:  

Forum: VirtualDJ Technical Support

话题: 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 !!!
 

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

 

发表时间 Tue 04 Oct 22 @ 8:41 am
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)
 

发表时间 Wed 05 Oct 22 @ 7:21 pm
-
 

发表时间 Wed 05 Oct 22 @ 7:40 pm