Hey people, I'm in desperate need of help with the mapping part of the Hercules RMX. I've read all the stuff on mapping but I'm just to much of a dumbass to catch on to it. :( Trying to figure out how to program is taking all the fun away. :( :( :(
I want to be able to control my effects by pressing the scratch button (because I don't scratch) and being able to control the 2 effect knobs that show up on the skin with my #1 effect knob and #2 effect knob (while the scratch button is active). Is this possible? I guess I would need a way to select which effect I want also on the RMX.
Any help would be very much appreciated with this.
Thanks
Darren
I want to be able to control my effects by pressing the scratch button (because I don't scratch) and being able to control the 2 effect knobs that show up on the skin with my #1 effect knob and #2 effect knob (while the scratch button is active). Is this possible? I guess I would need a way to select which effect I want also on the RMX.
Any help would be very much appreciated with this.
Thanks
Darren
Posted Tue 22 Feb 11 @ 6:35 pm
You could try the following to allow you to use the jogwheels to control the effect knobs of the active deck (The one that is currently playing out live):
Change the mapping of the SCRATCH button to:
toggle '$fxparam'
Change the mapping of the jogwheel to:
var '$fxparam' ? device_side 'left' ? deck active effect slider 1 : deck active effect slider 2 : jogwheel
Change the mapping of the SCRATCH button to:
toggle '$fxparam'
Change the mapping of the jogwheel to:
var '$fxparam' ? device_side 'left' ? deck active effect slider 1 : deck active effect slider 2 : jogwheel
Posted Wed 23 Feb 11 @ 7:59 am
thats exactly what I wanted to do, freakin awesome!! Thanks alot :) I really appreciate the quick reply. You guys rock!! :)
Posted Thu 24 Feb 11 @ 8:11 pm