NRPN Mapping does not match to its source values

Need help with Midiflow? Ask here!
Leocity
Posts: 6
Joined: Wed Nov 20, 2019 1:03 pm

NRPN Mapping does not match to its source values

Post by Leocity »

Sorry for posting another topic. But it seems that the NRPN mapping does not match either.

In my project I have to doe a lot of NRPn Mappings. One example:

The CC124 value (0-127) from the input device
has to match the value of NRPN 0:76 (0-127)

My expectation of Input and output are as follows:

CC124, value 0 ----> NRPN 0:76, value 0
CC124, value 10 ----> NRPN 0:76, value 10
CC124, value 23 ----> NRPN 0:76, value 23
CC124, value 61 ----> NRPN 0:76, value 61
CC124, value 127 ----> NRPN 0:76, value 127
... and so on

But as a result it matches
CC124, value 0 ----> NRPN 0:76, value 0
CC124, value 10 ----> NRPN 0:76, value 0
CC124, value 23 ----> NRPN 0:76, value 0
CC124, value 61 ----> NRPN 0:76, value 0
CC124, value 127 ----> NRPN 0:76, value 0

...evryrthing to a Zero.

I tried different modifications in the routing, specialy with the input/output range (wich obviously has to be 0-127 -> 0-127).
But it all does not matter. Whatever I do the result is a 0.

Thanks for your input fixing my problem.