Application which sends incoming ArtNet signals to any USBDMX Interface
Go to file
Adrian Baumgart ee80843c5f
initial commit
2023-10-08 18:44:10 +02:00
.github/workflows initial commit 2023-10-08 18:44:10 +02:00
repo initial commit 2023-10-08 18:44:10 +02:00
src initial commit 2023-10-08 18:44:10 +02:00
.gitignore initial commit 2023-10-08 18:44:10 +02:00
CODE_OF_CONDUCT.md initial commit 2023-10-08 18:44:10 +02:00
LICENSE initial commit 2023-10-08 18:44:10 +02:00
package.json initial commit 2023-10-08 18:44:10 +02:00
README.md initial commit 2023-10-08 18:44:10 +02:00
tsconfig.json initial commit 2023-10-08 18:44:10 +02:00
yarn-error.log initial commit 2023-10-08 18:44:10 +02:00
yarn.lock initial commit 2023-10-08 18:44:10 +02:00

ArtNet-USBDMX-Converter

Screenshot of main app window

Send incoming ArtNet signals to the FX5 DMX interface (and other compatible interfaces) to make it compatible with most DMX control programs.

Use case

This application opens an ArtNet receiver, to which various DMX control programs (e.g. ChamSys MagicQ) can send DMX signals to. It then forwards these signals to the FX5 USBDMX interface, and therefore opens it up to a variety of programs, not only the few that support it (QLC+, DMXControl).

Compatible interfaces

  • FX5 DMX Interface (Frank Sievertsen)
  • Nodle U1 (DMXControl e.V.)
  • Nodle R4S (DMXControl e.V.)
  • Technically any interface which uses the usbdmx driver by Frank Sievertsen
    • Won't work out of the box, vendor ID and product ID need to be added manually

Develop & Build

Development

git clone https://github.com/rainloreley/artnet-usbdmx-converter.git
cd artnet-usbdmx-converter
yarn
yarn start

Compiling

# edit package.json -> pkg to add more targets for various platforms
yarn make

License

This project is licensed under the MIT License - see the LICENSE file for details