Hi lovely people on the list and at F53,
I am trying to trigger one specific cue within a workspace each time the playhead is moved. After research, I thought the following should do the trick:
- have a "self" patch, either with localhost or 127.0.0.1 and port 53000
- send /udpReplyPort 53000 (so that any QLab replies go directly back to QLab)
- send /udpKeepAlive (to keep it alive without time-out)
- send /eventFormat "/cue/thescript/start" (so that on every event update, the specific cue with the cue number thescript is started)
- send /listen/playhead (to only react to playhead moves)
This does not seem to work, whereas if I go through an outside "mirror" like OSCulator, I can achieve what I need (but of course much less elegantly and portably).
I am of course open to alternatives to achieve the same goal, but it seems like a rather elegant use if it can be done; if it can't be done, it would be amazing to understand where my logic goes wrong.
Thanks :)!
Cheers,
Freddy