I have SysEx translators with variables set up to show text on scribble strips of a control surface. The only time the translators receive an incoming message is when I bank channels, and the text follows to match which channel is labeled what. I am looking for a way to automatically trigger the last Outgoing Action every 2 seconds indefinitely, or until it receives another SysEx (incoming text), for which it should continue to repeat that last received SysEx. Any thoughts on how this is done in MTP?
Hi,
You will need to store the variables as global variables and set up a repeating timer to send them periodically. The global variables should only be updated when the SysEX is received. You then start the timer to continue to send them.
Steve Caldwell
Bome Customer Care
Also available for paid consulting services: bome@sniz.biz
1 Like
Perfect thank you for the description!