krav_magan
Member
 
 The Mox Script Master
Gender: 
Posts: 46
|
 |
Is min and max in data mapping the LSB and MSB?
« on: Oct 28th, 2013, 11:59pm » |
Quote Modify
|
Hi, I'm trying to map a CC message to an NRPN data increment and I can't figure out if the min and max are LSB and MSB or if they're something else. I couldn't find anything in the help contents. I tried mapping this a couple ways but the the output doesn't change. These are some maps I've tried: Ctrl > 48, 48 ; 127, 127 || NRPN > 98, 98 ; 96, 96 (decimal) Ctrl > 3, 0 ; 127, 127 || NRPN > 6, 2 ; 6, 0 (hexadecimal MSB and LSB format) Ctrl > 0, 3 ; 127, 127 || NRPN > 2, 6 ; 0, 6 (reversed so LSB is min and MSB max) (and I've tried this one in decimal too) So how do I accomplish this? Thanks in advance.
|