streamdeck-voicemeeter
streamdeck-voicemeeter copied to clipboard
Added support for advanced logic in Advanced Toggle
I have added support for advance logic detection in the Advance Toggle Mode1 Check. Two supported operators have been added to the list ==
and !=
You can use this for checking the input names of strips or buses.
Example usage:
ADV Bus[0].device.name == "Realtek Speakers"
You must prefix your check with ADV
with the VM parameter on the left, and the string comparison on the right.
Could you add this to Title Value as well?
Is it possible to merge this? It is useful