bitfocus / companion-module-studiocoast-vmix

Studiocoast vMix module for Bitfocus Companion
MIT License
33 stars 12 forks source link

"Title - Adjust title text" malfunction #256

Closed danielwernitz closed 4 months ago

danielwernitz commented 6 months ago

Describe the bug The Adjust Title Text function does not work properly in the latest Companion version. Regardless of whether set, increase or decrease is selected, the button always triggers the "set" command and it is therefore no longer possible to count up or down (e.g. for a score).

To Reproduce Steps to reproduce the behaviour:

  1. Create a new Button with Command "Title - Adjust title text"
  2. Connect to a GT Title
  3. Select alternating set / decrease / increase and test the button
  4. See error

Expected behaviour The value in the GT Title in vMix counting up or down.

Screenshots

System:

Looking forward to your answers! Best regards

thedist commented 6 months ago

I just pushed a fix, it should be available in the next Beta version later today.

If you don't wish to use Beta versions, until there's the next stable release you can use the Set adjustment, and use a custom variable for the value. and an action to increase/decrease the custom variables so they are always 1 above or below the current value, so if you have a custom variable of 2, it would set that as the title text and then increase the variable to 3 so the next time it's pressed it'll set the title to 3 and so on.