Map Controller for pitch bend wrong range

I’m having an issue with my MPK261 pitch bend. It is sending a range from 0 to 13250, centered at ~6224. The range should be 0 to 16383, centered at 8191. This is causing instruments to be about a half tone low after hitting the pitch bend.

I tried to remap the pitch bend as a workaround until I can fix the MPK261, but C3 won’t let me enter a value over 8191.

Try subtracting 8192 from your two values, so you’ll have a mapping from -8192,5058 to -8192,8191
image

Seems to work here.

Cheers,

Torsten

1 Like

You rock as usual, @Torsten. I didn’t realize the values were offset.

1 Like