Controller Mapping/Modifiers

Controller Mapping/Modifiers

Hey Djs,

Currently mapping my controller for use with Traktor and I’ve hit a wall.

I am wondering if I can set a “Hold” modifier to do two things at once.

I want to use my EQ knobs to control the EQs when a button isn’t held, and when it is held I want it to both turn on an effect and while still held down adjust amount of said effect with the EQ knob. (When released it turns off effect and goes back to controlling only EQ)
Thanks!

Yeah, although the FX on command won’t need to be dependent on a modifier

So the button commands will be one to set the modifier as HOLD, and one to set the FX on HOLD. Assuming the button transmits MIDI note on and off.

Thanks! I figured it out!