Simple vMix switcher app built with ElectronJS. ElectronJS is a cross-platform framework allowing the app to be built for each Windows, Mac or Linux.
The app is oriented for touch use.
You are free to clone the repository to develop your own app based in this code.
See the Releases tab for a direct download of the app for Mac and Windows.
- Traditional preview and program row including 'tally'
- Dynamic number of inputs visible based on window width
- Shows badges (tally) on input in overlay channel preview/program
- Long touch on input in program row enables input to be put into an overlay channel
- Shortcut:
Ctrl+Shift+P
(Win+Linux) /Cmd+Alt+P
(Mac) to swap Preview and Program row order - Transitions row: Cut and Quick Play + 4 defined transitions in vMix
- Transition progress (seen between Program and Preview row)
- vMix host connection
- Status dot
- Easy change of host
- Auto-complete (Saves list of previous connected hosts)
When running in development mode you can experience loss of connection to the vMix instance after some minutes.
yarn
yarn electron:serve
yarn electron:build
yarn lint