Some synths don’t have a patch/program memory but many addressable parameters.
In that case you can set up a patch by sending the appropriate parameter values to set up a patch.
Looking at the pipes available there is at least one way of doing this already, I’ve attached an example using Channel filter, CC range filter, CC Remap and Rescale pipes.
As far as I can see there is no way to respond to a specific program change value so instead I have defined a CC to act as a substitute ‘patch change’ CC. The values sent to this CC are the equivalent of program change numbers. Then using the mentioned pipes we manipulate the incoming data to set up the patches.
I haven’t actually tested the configuration yet but it seems like it would work. It is quite a long winded way of setting something like this up so it would be great if there was a pipe that could send out multiple CCs at once for example (or NRPN etc). Or perhaps some UI for forwarding a filtered event to multiple pipes.
I’ve added some notes to the description in the patch, hopefully it conveys what I’m trying to say
This is the same functionality that I’ve been mentioning in another thread, about bank and program change. Probably some sort of “event” object would be a good idea.
Basically I want to do the same thing, but with Bank and Program Change, though to different midi channels obviously, but in bulk.