Sysex message using variables

Is it possible to create variables for the Generic Midi Module using a Sysex action?

The screenshot below occurs when I try to send a custom variable using either bytes and hex.
Screenshot 2024-10-15 at 10.30.47 AM


My plan would be to create custom variables for Cuelists ($(internal:custom_Cuelist8) and custom variables for Cues ($(internal:custom_Cue1) using only the portion of bytes or hex needed for those portions. The action would essentially look like:

Sysex: $(internal:custom_Cue1) $(internal:custom_Cuelist8).

The Cue1 variables would contain all of the information (bytes or hex) leading up to and including the Cue information, and the Cuelist8 variable would contain everything else. Is this possible? I’ve tried combining all the data into a custom variable and breaking it up but I am still getting the Not a number error.

Thank you for letting me know about that bug. It ALWAYS should have supported variables for the SysEx messages but I must have missed testing it thoroughly!

Give this a try:

Generic-midi-1.2.1

Perfect! I will test that out shortly! Thank you!

(When working with your stuff, I always assume it’s a user error :joy:) thank you for all you do!

Just tested. Works perfectly now. Thank you!

1 Like