An open API service indexing awesome lists of open source software.

https://github.com/dmxcontrol/companion-module-dmxcontrolprojects-dmxcontrol3


https://github.com/dmxcontrol/companion-module-dmxcontrolprojects-dmxcontrol3

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# companion-module-dmxcontrolprojects-dmxcontrol3

This repository provides a Bitfocus Companion module for [DMXControl 3](https://dmxcontrol.de/), 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!

## Installation and Build

1. Clone this repository:

```bash
git clone https://github.com/bitfocus/companion-module-dmxcontrolprojects-dmxcontrol3.git
cd companion-module-dmxcontrolprojects-dmxcontrol3
```

2. Install dependencies using Yarn:

```bash
yarn install
```

3. Build the module:

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

See [HELP.md](./companion/HELP.md) and [LICENSE](./LICENSE)