Quick Sign In:  

Forum: Old versions

Topic: VDJ 8.1 filter

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

TVD UKPRO InfinityMember since 2007
Using MC6000 Mk2 and default VDJ skin, what controls the filter knobs under the LOW knob, mine seem to be at 2 o clock

Oh found them the two knobs top center
But how do i set default to off, from mapper? at 12 o clock on controller my right one is always at 20 Hz
Ok if i move the knob off centre though but prefer to disable
 

Posted Mon 21 Dec 15 @ 2:23 pm
The buttons under the 2 parameter knobs should turn on/off the filter
 

Posted Mon 21 Dec 15 @ 4:19 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
You can change the Buttons below the Filter knobs to enable/disable Filter.
PARAM1_BTN
var '$shift' ? deck left key 0 : deck left filter_activate 


PARAM2_BTN
var '$shift' ? deck right key 0 : deck right filter_activate 


LED_PARAM1_BTN
var '$shift' ? deck left key 50% ? off : on : deck left filter_activate 


LED_PARAM2_BTN
var '$shift' ? deck right key 50% ? off : on : deck right filter_activate 
 

Posted Mon 21 Dec 15 @ 4:22 pm
TVD UKPRO InfinityMember since 2007
Thanks i,ll give that a go later.
Yes "buttons under the 2 parameter knobs should turn on/off the filter" they do but it was just defaulted to on, prefer default off
One other question re this controller, if gain is set to auto and remember
If most tracks are default at 12 o'clock but on say some older tunes i move gain lower with controller gain knob.
When i load another track, does it use the controller knob position from last track or is it back to default 12 o'clock as far as vdj is concerned?
I.E VDJ will show 12 o'clock even though my controller knob is still at previous position
 

Posted Mon 21 Dec 15 @ 4:35 pm
TVD UKPRO InfinityMember since 2007
Not sure that is doing what i want, i want them deactivated on booting my controller because for some reason having my controller knob at 12 vdj thinks its at about 1 so on boot getting a filter effect
 

Posted Wed 23 Dec 15 @ 11:46 am
djdadPRO InfinityDevelopment ManagerMember since 2005
add the following action to the ONINIT key of your controller.
deck 1 filter_activate off & deck 2 filter_activate off & deck 3 filter_activate off & deck 4 filter_activate off
This will make Filter to be off when initializing/launching. Then you can use the PARAM_BTNs assigned as above to turn Filter on/off
 

Posted Wed 23 Dec 15 @ 11:55 am
TVD UKPRO InfinityMember since 2007
They are still active (well only right one as controller has always seen left one as off at 12 oclock)
 

Posted Wed 23 Dec 15 @ 12:24 pm


(Old topics and forums are automatically closed)