NRPN for transpose

NRPN for transpose
« on: June 06, 2016, 05:15:18 AM »
With Robert Hearts last post it seems there will not be any further firmware-update conc. transposing.
Therefor I try to work on an alternative using external midi gear.

I´ve analysed with MIDIOX what is going on when transposing a sequence (hold rec and press root note):
B0    63    08   ---  CC: NRPN MSB
B0    62    41   ---  CC: NRPN LSB 
B0    06    00   ---  CC: Data Entry MSB
B0    26    4A   ---  CC: Data Entry LSB
80    4A    00   ---  Note "4A" (hex) off

I´m now struggling a little bit as when I add MSB+LSB I get a NRPN-number of 1089.
This number is not mentioned in the Manual - I do think this is the nrpn for "rec-transpose". (as nrpn 1088 according to the Manual is "seq start/stop" this would make sense). Could pls anybody from DSI confirm this.

If that´s the case I plan to program a midisolutions Event processor to do the transposing - should work  :)