NRPN Dividing Data LSB messages

AnzeM

2017-01-05 16:04:02

Hello.

My first post here.

I have an Allen&Heath qu-32 mixer, and am trying to map some parameters. Some of which are in NRPN and are divided only with Data LSB so that let's say the 1st parameter starts with the value of 0,128,256.. the 2nd one with the value 1,129,257... and so forth.
Can I somehow divide them, so that I could map different knobs to them. I have 8 such parameters with only that difference.
Would be very grateful anyone could help.

Thank You

Kind regards

Anže

sjcaldwell

2017-01-05 17:45:00

I'm not sure this would work because I'm not that familiar with NRPN and never tried it.

Monitor for raw midi in for something like this

B0 62 pp B0 63 qq B0 06 rr B0 26 ss

I'm thinking maybe it will trigger on any message with the above format (regardless of values pp, qq,rr and ss


Then in rules set the values of pp, qq, rr and ss you want on the outgoing message.

If only one value is changing maybe you can hard code the other input values instead of using variables.

florian

2017-01-30 06:52:36

sjcaldwell, thanks a lot for the input!

Anze, just checking back -- have you been able to resolve your issue?