Vmix Forum Extra Quality [Recent × 2025]
Does anyone have a recommended workflow for this?
' This script toggles Overlay 1 for Input 1 ' and updates a "Status" text field in your lower third. dim inputName as String = "MyLowerThird" dim overlayNumber as Integer = 1 API.Function("OverlayInput" & overlayNumber, Input:="1") ' Optional: Update a title text field to show "ON AIR" API.Function("SetText", Input:=inputName, SelectedName:="Status.Text", Value:="LIVE") sleep(5000) ' Wait 5 seconds ' Turn it off API.Function("OverlayInput" & overlayNumber & "Off") API.Function("SetText", Input:=inputName, SelectedName:="Status.Text", Value:="OFFLINE") Use code with caution. Copied to clipboard Go to Settings > Scripting . Click Add , name it "ToggleLive", and paste the code. vmix forum
First, check your (gear icon next to master volume): Does anyone have a recommended workflow for this
The vMix Forum is a feature-rich platform that includes: Copied to clipboard Go to Settings > Scripting
Sidebar / quick-reference (bulleted)
To get the most out of the community, it helps to understand where to post your queries:
For those looking to push vMix beyond its standard interface, the forum is a goldmine for and custom GT Title Designer templates.