Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@companion-module/bmd-atem
Advanced tools
Executing a yarn
command should perform all necessary steps to develop the module, if it does not then follow the steps below.
The module can be built once with yarn build
. This should be enough to get the module to be loadable by companion.
While developing the module, by using yarn build:watch
the compiler will be run in watch mode to recompile the files on change.
Each model of ATEM has a definition file in src/models describing the functionality of the device. This allows us to know this information for offline programming. If the module is left on auto-detect, we match the definition to use based on the model the atem reports, and if one is not defined we can build the definition on the fly from the ATEM. This generally gives us good results, but there are a few things we don't know how to detect from the atem.
To add a new model to the list:
src/models/
for the new model, based on one of the others (mini.ts is a nice and simple one)yarn ts-node dump-model.ts 10.42.6.125
(substitute in the atem ip)ALL_MODELS
array in src/models/index.ts
duration variables have a ms variant
save and clear startup state actions
variables for supersource box inputs
fix supersource art feedbacks
supersource art action has more flexible placement control
discover and suggest atems in the instance config panel
reset audio peaks
atem mini recording filename accepts variables
supersource art source
fix companion exiting on uncaughtException
fix 1me models having supersource commands
fix tvs4kpro erroring when generating actions list
Relative fader levels adjustments
Fader level fades
Expose missing audio faders (madi & trs)
fix aux variables not updating
fix autodetect model being a bit broken
fix supersource2 not being a valid source
mini-pro streaming and recording
Classic audio input actions and feedback
Fairlight audio input actions and feedback
Improved connection library
Add mini-pro-iso
Feedback for running transition
Add action to go to next/previous still in media player
Add action to do relative changes to supersource boxes
Fix downstream key input action
Add presets for transition selection component
Add dsk tie
Send multiview to aux on mini-pro
Add individual transition selection component control
FAQs
Blackmagic Design
The npm package @companion-module/bmd-atem receives a total of 0 weekly downloads. As such, @companion-module/bmd-atem popularity was classified as not popular.
We found that @companion-module/bmd-atem demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.