Bank Select MSB sent with Program Change, but no LSB?

Rich G.

Experienced
I was looking at the MFC-101 output using MidiOx and noticed whenever a Program Change is called for, the Bank Select MSB is also sent. The data looks like this:

0xB0 0x00 0x00 0xC0 0x00

The Bank Select LSB is missing. Is there a way in the MFC to have it also send the LSB?... so the msg looks like this:

0xB0 0x00 0x00 0x20 0x00 0xC0 0x00

Without the LSB, the device I'm using ignores the MSB.

To get around this, I use the custom message to do Bank Select/Program Change.
 
Back
Top Bottom