14-bit Traktor Pitch Fader Implementation

14-bit Traktor Pitch Fader Implementation

Had a question on implementing 14-bit pitch fader control in traktor scratch pro 2

Thanks,
A

Yeah, just send one message after another. Might have to watch out for the right order but that’s a no-brainer to swap.

It should pick up automatically. I believe it will also pick up NRPN control message but NRPN might be a bit too much for a begginer or a project that has small number of 14-bit values to send (<16).

Got it :slight_smile:

For Traktor to recognize it as a 14 bit message, it needs to be a PITCH BEND message. You can’t go off using non-standard messaging or NRPNs or something like that.

EDIT -
Part 2. You define a 14 bit message here…

yep figured that out by accident, thanks nem0nic. You know if Serato works the same way? (Just send 14-bit data as pitch bend)

Not sure ScratchLive sees 14 bit messages at all.

I’ve found this: http://serato.com/articles/scratchlive/6716/midi-troubleshooting-guide

I don’t have a Serato box to test it.