node-dmx / dmx

DMX controller library for node.js
MIT License
297 stars 95 forks source link

How does this connect to visualization software? #27

Closed AdamMikacich closed 6 years ago

AdamMikacich commented 7 years ago

Hello, Does node-dmx have any support for connecting to visualization software? If so, what softwares are supported and how do I send the output to both the visualization and usb to dmx adapter? Thanks in advance.

wiedi commented 7 years ago

I'm not sure in which way you want to connect to node-dmx. For input node-dmx provides the javascript API and a web API. As an output you can use artnet for example.

A Light Controlling Software making use of node-dmx would be EasyCue: http://davidhoare.net/easycue/index.html

I hope this helps.