CC to program change

Is it possible to change CC Number to corresponding Program Change Number with Input Transformer, in specific MIDI channel?

The goal is to change programs of an outside MIDI sound source with switches on a MIDI controller that sends only CC’s.

Hi,

Yes, this is easily possible:
Type Is | Equal | Controller | And
MIDI Controller Channel | Equal | 1 (or the channel, you prefer)

Action:
Type | Set to Fix value | Program Change.

Now, if you sent MIDI CC1 (any Value), Program Change, value 1, is in the MIDI track. If you sent MIDI CC65 (any Value), Program Change, value 65, is in the MIDI track.

Is it what you asked for?

Please, see attached screenshot.

Thanks Martin! That was just what I was looking for. Great.