Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Changing effect of the filter knob (and toggleing without shift)
Hi there,

I've been searching in the forum but I haven't found the answer. I configured one padfrom the fx page with following command:

filter_activate "noise"

My idea is to change the effect from the filter knob to "noise", and this works fine: it changes the effect, the pad lights up, everything fine. To deactivate it I press shift+pad and it returns to "filter".

My question is: is there any way of, instead of pressing shift+pad, just pressing again the pad the filter knob changes back to "filter"? Right now it does nothing.

Thank you in advance!!!
 

Posted Wed 06 Oct 21 @ 10:48 am
locoDogPRO InfinityModeratorMember since 2013
 

Posted Wed 06 Oct 21 @ 10:55 am
Great! It was very helpful. I didn't know that

filter_activate "noise"

could be used as query too. I have written the following command and it works.

filter_activate "noise" ? filter_activate "filter" : filter_activate "noise"

Thanks again!!!
 

Posted Wed 06 Oct 21 @ 11:15 am