NRPN In and Out, cannot make it work on Novation Peak Synth...
Hello, I'd been waiting for Novation to fix their NRPN functionality and they claim they finally did at release 2.1. I am deeply into microtonality and would like to be able to switch tuning tables on the fly, but I cannot get it to work. When I use the nrpnin and nrpnout objects the synth continually selects the first tuning table regardless of the value. In this program I am reading the synth output while changing the tuning table on the synth and capturing the NRPN data it sends. I then change the parameter value and resend the data but it just doesn't select a table other than the first one. Please let me know if this looks right and that it should work, or what I should be sending given that the documentation says the Peak NRPN control Number should be 25:6.
Many Thanks in advance!
Tom
Tuning tables will now respond to NRPN (25:6 - select table). Could MSB be set incorrectly in your patch here? It appears that it may have been confused for value.
Unless I'm missing something I don't see that happening, I'm outputting values in the exact same order that they are received. (spread out for clarity). I can make a screenshot after the transfer from the synth if that might help...
oops, my comment isn't aligning anymore, it should point to the first output value, which is the one I'm changing from 1-16.
Here's after I set the 3rd tuning table. If I just hit the lower left BANG to resend the exact same values it selects tuning table 0 on the Peak synth. I have no clue.
capture raw midi instead.
That will give you clear order of messages to analyse.
if you look at midi output depending on NRPN object attributes :
try to match raw input from your device
Thanks, I'll give it a try!
It worked, thank you so much!