Sign In:     


Forum: VirtualDJ Technical Support

Topic: VDJScript ColorFX effects window

This topic is old and might contain outdated or incorrect information.

Hi, is there any way to find out VDJScript that a deck has a ColorFX effects window open?
 

Posted Wed 28 Sep 22 @ 9:35 am
For the deck you wish to query, use:
effect_show_gui 'colorfx'

to open or close the GUI





OR to find out if a deck has a ColorFX GUI window open (what you asked):
deck 2 effect_show_gui 'colorfx' ? (Action, if deck2 ColorFX GUI is open) : (Action, if deck 2 ColorFX GUI is closed) 







VDJ ver 7151
 

Thank you for your response.
I'm talking about a popup window
filter_selectcolorfx

It's a colorFX effect selection window
 

effect_select colorfx
 

Solved. Thanks
effect_select 'colorfx' ? (window visible) : (window hide)
 



(Old topics and forums are automatically closed)