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

Hi David, sorry for the slow response! Unfortunately there’s no a simple way to do this; it’s not too hard to add it to SCAMP, but I don’t have time at the moment. You could probably use a different python library to send it to be honest?

If it’s important to you, maybe follow up in a few weeks and I’ll see if I can make the change