Sign In:     


Forum: VirtualDJ Technical Support

Topic: COLOR FX TOGGLE/ SWITCH BUTTON
Hi there,
I need to assign to a button on my controller the ability to switch between 2 color fx under the color fx knob, say between filter and noise... So when i press the button onthe controller, the colorfx knob will switch between filter and noise.
Any help with the syntax?

Thank you in advance...
 

Posted Sun 28 May 23 @ 6:37 pm
try this:

filter_selectcolorfx 'filter' ? filter_selectcolorfx 'noise' : filter_selectcolorfx 'filter'
 

Works like a charm !!! Thank you so much....
Any idea how to make it return / default to filter when a new song is loaded?
 

go to the VirtualDJ Option/Mapper and paste to the Keyboard Mapper/ONSONGLOAD

filter_selectcolorfx 'filter'




 

you are a saviour...
Thank you very much.