I'm getting around to programming my new (to me) Peavey 1600x to control my Receptor. To select MSB/LSB/program
I need to assign midi strings to buttons. If someone could clue me in to the midi string to select say, MSB=0, LSB=5,program=6 I could figure the rest out.
I think it would look something like this:
B0 00 00 20 05 06
But I don't think that's exactly right......
Anyone?
selecting a multi via midi string
-
- KVRist
- Topic Starter
- 387 posts since 24 Aug, 2004
The above example would be....PhilAiken wrote:I'm getting around to programming my new (to me) Peavey 1600x to control my Receptor. To select MSB/LSB/program
I need to assign midi strings to buttons. If someone could clue me in to the midi string to select say, MSB=0, LSB=5,program=6 I could figure the rest out.
I think it would look something like this:
B0 00 00 20 05 06
But I don't think that's exactly right......
Anyone?
B0 00 00 20 05 B0 06 06
if sent on midi channel 1.
Spent a bunch of time programming the Peavey this weekend, and the results are very gratifying.
For my main performance snapshot, I now have have one program that allows me to select the multis within the snapshot with button pushes, have 9 sliders assigned to the upper manual drawbars on VB3, as well as toggling other parameters. THen by switching up one program on the Peavey, I have 4 sliders assigned to bands of an eq on the master out, buttons to toggle on and off various modules of VKFX, and so on.
Also, while messing about with this stuff, I finally learned how to use the nrpn's in the Receptor to control more than 4 parameters on an FX plug. Neat stuff.
