Official Bitfocus Companion module source for VBS Overlay.
- OSC control for VBS Overlay
- Timecode transport, sender, receiver, preset actions
- MIDI bridge actions
- Live variable polling from the VBS remote status TCP endpoint
- Linked machine monitoring variables
- Companion presets and feedbacks for show control and monitoring
This module currently targets the Companion 4.2 API line with @companion-module/base 1.14.0 and a node22 runtime.
- Clone this repository into your Companion developer modules folder.
- Run
yarn install - Open Companion and enable developer modules.
- Add the
VBS Overlayconnection.
Use the official builder:
yarn companion-module-buildThat should generate the packaged pkg/ output and a .tgz suitable for import/testing.
- Bump
package.jsonversion - Commit and tag as
vX.Y.Z - Build and test the package
- Submit the tagged version in the Bitfocus Developer Portal
This source bundle matches the local module build where live status variables and button feedback refresh are working together correctly.