Setting Cue Execute with macro

Hi all, Am currently playing OSC as research for a future project, does anyone know if you can set cue Execute parameters using a macro?

My current macro is as follows:

```Execute Send_String /example/output/cue=%1```
It's entirely possible my macro syntax is wrong, but right now it simply does nothing when I run that command.

Parents
  • This doesn't work for multiple reasons:

    1. Send_String is the wrong command. It's used when you want to send OSC directly from the macro. You need String.
    2. The per-cue executes don't have access to the variables like %1 representing the cue number.

    It looks like you want a cue to send an OSC command with that cue's cue number. Why not use either Setup > System > ShowControl > OSC > OSC Cue Send String, or the cuielist's OSC Cue Send String property?

Reply
  • This doesn't work for multiple reasons:

    1. Send_String is the wrong command. It's used when you want to send OSC directly from the macro. You need String.
    2. The per-cue executes don't have access to the variables like %1 representing the cue number.

    It looks like you want a cue to send an OSC command with that cue's cue number. Why not use either Setup > System > ShowControl > OSC > OSC Cue Send String, or the cuielist's OSC Cue Send String property?

Children
No Data
Related