Skip to content

jensstigaard/simple-vmix-switcher-electron

Repository files navigation

simple-vmix-switcher-electron

Simple vMix Switcher Electron Simple vMix Switcher Electron Sponsor me - Simple vMix Switcher Electron

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.

Simple vMix Switcher Electron

Downloads

Latest version (1.2.0)

For Windows

For MacOS

See the Releases tab for a direct download of the app for Mac and Windows.

Feature summary

  • 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)

Known issues

When running in development mode you can experience loss of connection to the vMix instance after some minutes.

Project setup

Install dependencies (based on package.json)

yarn

Compiles and hot-reloads for development

yarn electron:serve

Compiles and minifies for production

yarn electron:build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.