hi all,
i want to use my gain knobs on the rmx for effect parameters, and i want it to be as follows:
active deck left gain knob parameter 1, right gain parameter 2
so if the active deck changes so should the effect selector for that deck.
i am not the best mapper in the world, or actually i suck at it.
is there someone who can give me a command line for this?
thanks
i want to use my gain knobs on the rmx for effect parameters, and i want it to be as follows:
active deck left gain knob parameter 1, right gain parameter 2
so if the active deck changes so should the effect selector for that deck.
i am not the best mapper in the world, or actually i suck at it.
is there someone who can give me a command line for this?
thanks
Posted Sat 26 Jun 10 @ 4:35 am
deck active effect slider 1
deck active effect slider 2
For further information, please see http://www.virtualdj.com/wiki/VDJscript.html
deck active effect slider 2
For further information, please see http://www.virtualdj.com/wiki/VDJscript.html
Posted Sat 26 Jun 10 @ 4:16 pm
best jpboggis...
i to have the same problem for my gain knobs to make them controlling the fx...
the mapping you present doesn't work at all...
you can control one effect slider with both the gains...sadly as it is...
i already asked for a solution in the dutch forum,from what they told me it's quite hard to map it the way i want it to be...
but they where going to investigate it for me,should hear something back this week?
if you have an easier solution,please let us know,because i am looking for like 2 weeks now for that specific mapping :(
lesley
just realized it's watereus who asked for me...thank you!!
i to have the same problem for my gain knobs to make them controlling the fx...
the mapping you present doesn't work at all...
you can control one effect slider with both the gains...sadly as it is...
i already asked for a solution in the dutch forum,from what they told me it's quite hard to map it the way i want it to be...
but they where going to investigate it for me,should hear something back this week?
if you have an easier solution,please let us know,because i am looking for like 2 weeks now for that specific mapping :(
lesley
just realized it's watereus who asked for me...thank you!!
Posted Sat 26 Jun 10 @ 4:58 pm
Try the following:
action_deck 1 ? deck active effect slider 1 : deck active effect slider 2
action_deck 1 ? deck active effect slider 1 : deck active effect slider 2
Posted Sat 26 Jun 10 @ 5:22 pm
just mapped my gain knobs as fx for my rmx controller,works like a charm!!!
thank you very much waterreus and jpboggis!!
lesley
one more slight problem :(
when deck 1 is activen,both the gains work for deck 2(wich is not active)
however,when deck 2 is active,the left gain works for deck 1,but the right gain does nothing...
i used keylearn,then copy pasted the mapping you suggested(for both the gains)
any idea?
thank you very much waterreus and jpboggis!!
lesley
one more slight problem :(
when deck 1 is activen,both the gains work for deck 2(wich is not active)
however,when deck 2 is active,the left gain works for deck 1,but the right gain does nothing...
i used keylearn,then copy pasted the mapping you suggested(for both the gains)
any idea?
Posted Sat 26 Jun 10 @ 5:44 pm
owkay nvm,i just realized you cant use the params for some effecets:p
thanks again!!!
lesley
thanks again!!!
lesley
Posted Sun 27 Jun 10 @ 4:35 am
Hi all!
need some help!
does anybody knows what command had the Dj Console STEEL, in the Mapping, for the button SHIFT? (shift - is the button that converts the 6 sample buttons, into 12)
I have now the RMX console, and I want to change the SOURCE button values, 2 do exactly what SHIFT button was doing on STEEL console.
how can I mapp it?
thank you!
need some help!
does anybody knows what command had the Dj Console STEEL, in the Mapping, for the button SHIFT? (shift - is the button that converts the 6 sample buttons, into 12)
I have now the RMX console, and I want to change the SOURCE button values, 2 do exactly what SHIFT button was doing on STEEL console.
how can I mapp it?
thank you!
Posted Fri 27 Aug 10 @ 12:37 pm
Try this mapping:
deck 1 effect active ? action_deck 1 ? deck 1 effect slider 1 : deck 1 effect slider 2 : deck 2 effect active ? action_deck 1 ? deck 2 effect slider 1 : deck 2 effect slider 2 : gain_slider
This is how I have my rmx jogwheel mapped. Mine has jogwheel instead of gain_slider. If you don't want to use the gain slider at all, make sure not to put gain_slider at the end. Hope this helps.
deck 1 effect active ? action_deck 1 ? deck 1 effect slider 1 : deck 1 effect slider 2 : deck 2 effect active ? action_deck 1 ? deck 2 effect slider 1 : deck 2 effect slider 2 : gain_slider
This is how I have my rmx jogwheel mapped. Mine has jogwheel instead of gain_slider. If you don't want to use the gain slider at all, make sure not to put gain_slider at the end. Hope this helps.
Posted Fri 27 Aug 10 @ 4:52 pm