Hi all.
Simple question. How can we use FILTER DJM850 http://www.virtualdj.com/addons/14583/FILTER_DJM850.html
on filter knob on DDJ-SX?
Can someone help. Can´t get it work. What i want to do is have filter mapped so that in the middle position is off and otherwise like FILTER DJM 850.
I hope Phantom can do that :-)
Best regards Tomas.
Sorry for my english.
Simple question. How can we use FILTER DJM850 http://www.virtualdj.com/addons/14583/FILTER_DJM850.html
on filter knob on DDJ-SX?
Can someone help. Can´t get it work. What i want to do is have filter mapped so that in the middle position is off and otherwise like FILTER DJM 850.
I hope Phantom can do that :-)
Best regards Tomas.
Sorry for my english.
Mensajes Thu 16 May 13 @ 11:30 am
The "button" on the filter knob sends "down" when it's on the middle pos. For this reason you must invert it in order to be able to use it properly to activate an FX:
param_invert & effect 'FILTER DJM850' active
If the above code does not work as it should then you can try to explicitly turn on/off the effect:
down ? effect 'FILTER DJM850' active off : effect 'FILTER DJM850' active on
param_invert & effect 'FILTER DJM850' active
If the above code does not work as it should then you can try to explicitly turn on/off the effect:
down ? effect 'FILTER DJM850' active off : effect 'FILTER DJM850' active on
Mensajes Fri 17 May 13 @ 12:10 am
Thank you Phantom, i will try it.
Mensajes Fri 17 May 13 @ 1:29 am
Hi George, i´m sorry but this do not work at all:-) I do not know why.
first string do nothing at all....
second string put filter on and still on even in middle position. effect slider don´t do anything.
Regards Tomas.
first string do nothing at all....
second string put filter on and still on even in middle position. effect slider don´t do anything.
Regards Tomas.
Mensajes Fri 17 May 13 @ 6:44 am