This repository provides a Bitfocus Companion module for DMXControl 3, a free lighting control software. This module enables integration of DMXControl 3 functionality with Bitfocus Companion, allowing remote control of executers and macros.
Note: This module only supports DMXControl 3 versions 3.3 and above! Currently available as a Release Candidate.
-
Clone this repository:
git clone https://github.com/bitfocus/companion-module-dmxcontrolprojects-dmxcontrol3.git cd companion-module-dmxcontrolprojects-dmxcontrol3
-
Install dependencies using Yarn:
yarn install
-
Build the module:
yarn build # To package the module use "yarn package"