Checked out the scaling tutorial video and copied those rules but don´t get scaling to work. Guess I´m doing something wrong somewhere.
I´d like to control multiple, let´s say four NRPN´s on my synth module via velocity.
I want to be able to scale them differently, but I guess the values in the scaling tutorial would be a good default setting.
Another thing I noticed was that using NRPN´s, I get only an output of max 127, when the parameter is i.e 0-256 (controlled either from modwheel or velocity. Why is that?
I would be very grateful for a preset as I tried for hours without succeding
Please find the attached. Since we are converting 7 bit velocity to 14 bit NRPN, you will loose some precision. In this case standard scaling is not as important as you can just use the same value for the MSB and LSB velocity. Of course, you could scale it to 256 value is you would like (see translator 0.3).
I use raw MIDI instead of NRPN because with raw MIDI I can assign variables for MSB and LSB where NRPN requires hard coding. I calculate the NRPN number from the note number, but you could use a variable for that too.