bitfocus / companion-module-studiocoast-vmix

Studiocoast vMix module for Bitfocus Companion
MIT License
32 stars 10 forks source link

Title feedback from vMix #232

Closed LauHaslund closed 9 months ago

LauHaslund commented 9 months ago

Is this a feature relevant to companion itself, and not a module?

Is there an existing issue for this?

Describe the feature

In version 2.4.2 of Companion it was possible to show a title from vMix as feedback. In the new version it’s not possible 😩 This was the most fantastic feature, any chance it come back?

Usecases

Show the name of a lower third on the corresponding button of a streamdeck.

thedist commented 9 months ago

All title text is available through Variables now, feedback is not needed.

The syntax is ${vmix:input_X_layer_Y_titletext}, where X is the inputs name, number, or GUID, and Y is the index of the title element. You can just put that on a button and it'll display whatever that title is.

LauHaslund commented 8 months ago

Tanks a lot, it worked perfectly.