Use Transformer Insert for Program Change

Hello. I’ve got an Organ instrument plug-in that can accept program changes to switch between presets. I’m trying to use the “Transformer Insert” as a midi insert to change note C-1 to Program 001.
I’m close, but I can’t figure out how the enter “001” in the Parameter 2 field! (See attached pic).


Thanks for the help!

Hi, maybe this would help?

You might want to take a look at using an Expression Map for the task.

Hi,

What I would also add to the target:

Type is | Equal | Note | And...

Then my expectation is, you would like also to be able to use MIDI Note 2 (C#-2) to trigger Program Change 2. Am I right? If this is the case, your can do:

Filters
( Type is | Equal | Note | And
Value 1 (Pitch) is | Less or Equal | -yourWantedMaxValue- | And
Value 2 is | Bigger | 0 )

Action
Type | Set to fixed value | Program Change

Sorry, I’m not at my DAW at the moment, so it might be slightly different.

UPDATE: I decided to just map the MIDI Faders to the organ’s drawbars instead of using the Transformer… Thanks for the suggestions!