Numark Total Control Reverse crossfader

teenagejesus

2010-02-23 01:42:20

I have had the Numark Total control for quite a while and just recently got the program Torq..

Well everything can be mapped just fine, leds arent a huge deal to me and might tackle that one day but the cross fader is REVERSED! Ive scanned the forums and it doesnt seem like the answer has ever been offically answered on how to reverse the input for the cross fader. B0 0A pp is the input it uses but im stuck on how to reverse the signals


Any help would be amazing!


-Jesus

Attigo

2010-02-24 00:12:27

Hi teenagejesus,

To invert a CC message you just use simple rules like this:

Code: Select all

Translator 0: Invert CC
Options: stop=false
Incoming: MIDI B0 0A pp 
Rules: 
  oo=127-pp
Outgoing: MIDI B0 0A oo 
This will invert the velocity completely: 0 will become 127, 127 will become 0 and so on...

Hope this helps!

cheers,
Scott