Generic-MIDI Triggers

I’m trying to setup trigger to control an ATEM, testing the triggers works, so no issues on the ATEM side. I’m trying to trigger this via MIDI using Generic-MIDI and it will trigger once or twice and then quit working.

I can’t upload files, so here’s a link to an image of the logs: https://pasteboard.co/yufVL57Ri5fq.png

And here’s the trigger configurations:
https://pasteboard.co/JC0wKS5Jsc6u.png

Can anyone help me understand what I might be doing wrong?

This is the other trigger:
https://pasteboard.co/2zoCp1LEao5O.png

Welcome!

First, you should be able to upload now.

Second, try a Note on message with a velocity other than 0. A note on with velocity = 0 can sometimes be interpreted as a note off message.

Thank you!

That seems to be what I was missing and so far is working as expected, I’ll continue building out my triggers and come back if I have any other issues.

1 Like

A Note On message that has a velocity of 0 is considered to actually be a Note Off message, and the respective note is therefore released.

Source