hello i have a question, after reading an intresting story on harmonic mixing and the key change effect i was hopeing to map it to the effect knob of my mixtrack pro as it is now i can scroll effects and pick one but to use key change i need to click the on screen knob with my mouse. any ideas?
thanks :-)
thanks :-)
Posté Fri 09 May 14 @ 6:12 am
You could try to map the action "key_move"
Posté Fri 09 May 14 @ 6:27 am
If theres is some effects already assign to your effects button like (e.g Scratch)
You need to use the shift key while pressing the effects button to function the secondary command assign to the effects buttons as your keys selector.
action="var '$shift' ? 'effects' scratch : key_move"
If your effects button function is to switch ON and OFF effects only try below syntax
action="var '$shift' ? 'effects' on : key_move"
If you you want to change the effects button to function as your keys selector only then try below syntax key_move as example above by PachN
You need to use the shift key while pressing the effects button to function the secondary command assign to the effects buttons as your keys selector.
action="var '$shift' ? 'effects' scratch : key_move"
If your effects button function is to switch ON and OFF effects only try below syntax
action="var '$shift' ? 'effects' on : key_move"
If you you want to change the effects button to function as your keys selector only then try below syntax key_move as example above by PachN
Posté Fri 09 May 14 @ 7:40 am





