bitfocus / companion-module-figure53-qlab

Companion Module
MIT License
5 stars 5 forks source link

[Feature request] Automatic button text from cueid #21

Closed OfficialBart closed 1 year ago

OfficialBart commented 1 year ago

When I enter the cue id in the "Start (cue)" button function. I now have to fill in every button text with the same title of the Qlab cue. Can that made automatically filled in from the Qlab data?

Osc usage: /cue/{cue_number}/text https://qlab.app/docs/v4/scripting/osc-dictionary-v4/#text-cue-methods

istnv commented 1 year ago

There is a dynamic variable for that. Put $(qlabfb:q_{num}_name) in the button text.

OfficialBart commented 1 year ago

Nice, its working perfectly! Thx!!