Anyone know of any script that handels nrpn?
I have a modal argon8x as midicontroller, the knobs are kind of placed in a way that makes it useful as a scripted midi-controller when you don't want to use it as a generic midi-keyboard.
But there is a problem. some of them sends basic cc, and a lot of them nrpn
For example, turning a knob and and lowering it's value from 19 to 18 (parameter range 0-127) sends the following:
1: B0 63 22 [CC99 Non-Reg Parm MSB] chan 1 val 34
2: B0 62 01 [CC98 Non-Reg Parm LSB] chan 1 val 1
3: B0 26 12 [CC38 Data Entry LSB] chan 1 val 18
4: B0 06 03 [CC6 Data Entry MSB] chan 1 val 3
Generic flexi didn't work for me so is there any script out there dealing with nrpnn, at least in the ballpark when i find the time to prioritize to this.
NRPN script?
-
- KVRist
- 241 posts since 16 May, 2012 from Sverige
-
- KVRist
- Topic Starter
- 241 posts since 16 May, 2012 from Sverige
well, cant thank @moss enough, i speed watched the bitwig api videos, jumping over most and by part VII i had remote controls working. Just made a NRPN reader myself.
I saw a glimse somewhere out of context, probably a later video where it seemed like one could set up the external knob types directly, don't know if/how that works or if they are directly connected to an NRPN message somehow.. either have to find that clip again.
It works though, and a lot easier than I imagined thanks to moss videos, med it super easy
I saw a glimse somewhere out of context, probably a later video where it seemed like one could set up the external knob types directly, don't know if/how that works or if they are directly connected to an NRPN message somehow.. either have to find that clip again.
It works though, and a lot easier than I imagined thanks to moss videos, med it super easy
-
- KVRer
- 9 posts since 7 Nov, 2024
Well this is some years on, but I recently got a Cobalt8 and am having the same issue you ran into. I've managed to fix it by using a midi translator (Bome), but I would prefer to not have to pay for the full version for this one simple task. I tried using 14 bit resolution in Flexi but either I can't make it work or it doesn't work or apply to my situation. If you have a script to share, I couldn't thank you enough. Cheers!backtomusic wrote: Sun Jul 24, 2022 8:01 pm well, cant thank @moss enough, i speed watched the bitwig api videos, jumping over most and by part VII i had remote controls working. Just made a NRPN reader myself.
I saw a glimse somewhere out of context, probably a later video where it seemed like one could set up the external knob types directly, don't know if/how that works or if they are directly connected to an NRPN message somehow.. either have to find that clip again.
It works though, and a lot easier than I imagined thanks to moss videos, med it super easy![]()
