Quick 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'
 

Posted Mon 29 May 23 @ 6:44 am
Works like a charm !!! Thank you so much....
Any idea how to make it return / default to filter when a new song is loaded?
 

Posted Mon 29 May 23 @ 7:15 am
go to the VirtualDJ Option/Mapper and paste to the Keyboard Mapper/ONSONGLOAD

filter_selectcolorfx 'filter'




 

Posted Mon 29 May 23 @ 7:20 am
you are a saviour...
Thank you very much.
 

Posted Mon 29 May 23 @ 8:54 am