Macro with multiple MIDI triggers

image
Is it possible to define a range of MIDI notes that will trigger a macro. I am parsing out the MIDI note that is triggering the macro (from TriggerValue) and conditionally responding. I can enter the triggers one at a time... but defining a range would be much easier!

thanks

That is what the MIDI packet trigger.

Use that and parse the results yourself.

Figured it out. This thread has explanation/example.