I’m trying to control the Microbrute with FL Studio via the A4. I noticed that the CV track parameters can only be controlled with NRPN.
In Fl Studio the Midi Out plugin only takes a single value for the controller number and not separate MSB and LSB values.
So I created this quick tool,
https://googledrive.com/host/0BwFSgAvl_DxgVGl2OVZaX19sX1E/index1.html
to find the decimal value controller number to input into a DAW like FL Studio for NRPN MSB LSB values.
For example if the A4 manual states that F1 Frequency is controlled with NRPN MSB 1 and LSB 40, you would enter 168 as the controller number. 168 is the decimal representation of concatenating the binary values of 1 and 40.
Hope you find this tool useful. If you have any suggestions, please let me know and I will make updates.