bitfocus / companion-module-studiocoast-vmix

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

Feature Request: Dynamic Input Feedback #205

Closed DanielWilliamsMSC closed 1 year ago

DanielWilliamsMSC commented 1 year ago

Describe the feature Provide Feedback function for Dyanmic Input as per stock activators

image

Is this version dependent (vMix v24.)? Not as far as I'm aware

If documentation is required to implement, do you know where to find it?

Usecases Allows Feedback to operator on which Input is currently set on a dynamic input

thedist commented 1 year ago

I can create a dedicated feedback for this, but in the mean time you can use the internal: Variable: Check value feedback, as each dynamic input/value has a variable, eg $(vmix:dynamic_X_Y) where X is either input or value, and Y is 1 to 4, so you can use that feedback to check if that variable matches a value you specify and change the style of the button if it matches.

DanielWilliamsMSC commented 1 year ago

That worked thanks! More rabbit holes to go down with making things more complicated 🤣

thedist commented 1 year ago

A recent update includes a General - Dynamic Input or Value Feedback to check if a Dynamic Input or Dynamic Value matches a specified value.