MSB/LSB Control of Digitone example needed

I need a case example to understand how to do this. Say I want to linear sweep the Filter Frequency parameter over two bars. From Digitone midi implementation Appendix B for Filter Frequency: CC MSB = 23; CC LSB = 55; NRPN MSB = 1; NRPN LSB = 20. How would I do this? TIA.

there is no explicit support for NRPN on the pyramid.
so you have to send the individual CC messages that make up NRPN

this is described in this video (not mine, i just google’d it, and it was first hit :wink: )

2 Likes

Thanks. I had watched that video already and was hoping there was a way to do it in a single step, both MSB and LSB, but I guess not.