Vmix Plugin Verified May 2026
You can combine them. Use a plugin to trigger a vMix script. This gives you the visual interface of a plugin with the deep automation of a script.
It supports complex scripting, allowing a single button to trigger multiple simultaneous commands like audio routing and scene transitions. 3. Automation and Advanced Scripting: vMix UTC vmix plugin
param([string]$Function, [string]$Value) $url = "http://localhost:8088/api/?Function=$Function" if ($Value) $url += "&$Value" Invoke-RestMethod -Uri $url You can combine them