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).
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.