Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 899 Bytes

File metadata and controls

29 lines (19 loc) · 899 Bytes

companion-module-dmxcontrolprojects-dmxcontrol3

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.

Installation and Build

  1. Clone this repository:

    git clone https://github.com/bitfocus/companion-module-dmxcontrolprojects-dmxcontrol3.git
    cd companion-module-dmxcontrolprojects-dmxcontrol3
  2. Install dependencies using Yarn:

    yarn install
  3. Build the module:

    yarn build
    # To package the module use "yarn package"

See HELP.md and LICENSE