Can SCAMP send program change to select preset?

Hi, everyone and Marc.

I have the following:

piano = s.new_midi_part("piano", "IAC Bus 1", start_channel=0, num_channels=1)
synth = s.new_midi_part("BEL Metal and Wood", "IAC Bus 1", start_channel=1, num_channels=1)

Is there a way to send a program change message to the synth (I’m using a Mac, Logic Pro, SynthMaster 3) to select one of the 3300+ presets?

If so, please show how to do this. Thanks!

David