How to trigger something every time a certain MIDI message arrives.
Simpler method, using Version 1.3:
NOTE
Both these methods are missing an important condition. You need to add “Is a MIDI Message Incoming?” as a condition as well, or the trigger will fire twice.
The reason for this, is that the event looks only for a CHANGE in the “Is a MIDI Message Incoming”, which will change to TRUE when the message arrives, then FALSE after that. (There’s no message coming in after the message arrives initially).
The condition you need is that the message IS arriving, so “Is MIDI Message Incoming” needs to be TRUE.
See how this additional condition was added in this example: