Full disclosure - I don’t really understand NRPN messages, apart from the fact that the most significant byte will work as a regular CC message.
This is a shot in the dark, but wondering if there is a way to set things up in Midihub to receive regular CCs from a controller and convert them into an NRPN for the filter cutoff on a Moog Slim Phatty.
We plan to add a pipe for converting to NRPN in a future update, at the moment you could only route these CC messages through Midihub from external sources.
Yes. Me too. Then I could use a nanokontrol to control the vocoder in my microkorg XL for example. Would be really useful to have more hands on control there.
You could use a couple of Transform pipes to produce NRPN compatible messages, but of course a dedicated pipe would be easier to use.
However, to get the full 14 bit range, 2 CC knobs would be necessary - one for coarse value adjustments, and another for fine adjustments. Do you think this would be fine?
I’d like to give the Transform idea a try, could someone tell me which 2 specific CCs you’d like to transform to which NRPN id? I’ll cook something up. (be specific to your current setup, so as little modifications are necessary as possible)
But now I should be able to program my nanoKontrol so it operates both the vocoder and arpeggiator on the MicroKorg XL+. That brings new joy to old equipment. No more menu diving!
It uses these settings similar to what we did earlier:
Level1…Level16: [Bn, 63, 04, Bn, 62, 40…4F, Bn, 06, mm]
(n: channel, mm: parameter value)
So I should change the second argument in the third transform pipe. Without entering letters which isn’t allowed, I guess I can only work with the lowest band in the 16 band vocoder.
These are hex numbers, you have to first convert them to decimal and use that value, you can use this online converter: Hexadecimal to Decimal Converter
This is awesome! Thanks for sharing. I’m trying to get my head around using this technique to change LFO1 shape on my Prophet REV2. LFO1 Shape uses MSB 0 and LSB 38 with a course value from 0 to 4 to set the waveform. I tried replacing 50 in the patch to 38, but it’s not working. Perhaps I’m missing something?