Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: Need Help Changing Default Mapped Filter Knob on NuMark Mixtrack Quad

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

KHetzHome userMember since 2015
I just don't like the sound of the default filer, I have an effect of a filter but that means that I have to press the button, then turn the knob which also makes me lose an effect. Any help is appreciated, I have not had any experience with writing the script for controllers, I have previous coding experience but I'm just not understanding. How do I change this sound? Also if you have any filters you like to use feel free to comment. Hopefully someone can help me out, because I've been seeing a lot of people having issues with mapping the Mixtrack controllers.
 

Posted Wed 22 Jun 16 @ 7:30 pm
First of all in version 8 you can adjust the resonance of filter if you want something more gentle or aggressive than the default sound.
Aside that, assuming that your filter effect is a single knob low/high pass then the code you need is this:

effect_slider 'myownfilterfx' 1 & param_smaller 48% ? effect_activate 'myownfilterfx' on : param_bigger 52% ? effect_activate 'myownfilterfx' on : effect_activate 'myownfilterfx' off
 

Posted Wed 22 Jun 16 @ 8:29 pm


(Old topics and forums are automatically closed)