Setlist mode sending program changes

In setlist mode, it seems you are able to send out a program change. I have seen discussions to using this to replace writing a script especially for MSB/LSB bank select messages. But, how do you assign multiple program changes, if you are dealing with multiple channels, and how do you map the PC to the device.

Thanks

Hi @acusenza, welcome to the community!

The device used when sending PC messages on a song change is configured in the Options > Setlist/Songs window (towards the bottom):

I assume you found where to set the PC message (double clicking the song name)?

The other possibility is to configure MIDI messages to send out on a song part change (double click the song part name to configure these). So you could also set MIDI messages to be sent on the first song part.

Set it up on a per songpart basis

Yeah, but still no MSB/LSB selection. The Integra7 has many banks. Perhaps this can be a feature recommendation.

There are some clever script examples provided in the user group, so I will try that.

MSB and LSB are just CC messages

I understand that. But the Setlist midi event does not transmit those.

This would be a great feature to implement.

Even when you send it like shown in the screenshot shown by @dhj?

Yeah, I tried it. There is no MSB/LSB option.

As I Said msb and lsb are just cc messages

MSB = CC 0
LSB = CC 32

So you have to send 3 messages
CC 0 and a value
CC 32 and a value
Then the pc message

Yes there is!

oh man, didn’t even think of using the CC message. thanks so much!!!