node-dmx / dmx

DMX controller library for node.js
MIT License
298 stars 94 forks source link

Is there any way to catch / grab / record DMX input ? #118

Open tepaze opened 3 years ago

tepaze commented 3 years ago

Hi,

I'm searching for a tool that can record input DMX data from an USB <-> DMX interface, to play a delayed show. I don't see anything in your tool that can do it (i don't explored all), but is there any way to do it ? I find many tool to receive artnet or aSCN data, but not from DMX...

Tk for that tool.

hrueger commented 3 years ago

Hi @tepaze, If you look at https://github.com/node-dmx/dmx/discussions/116#discussion-3038285, I also asked about that feature. I'll implement it once the TypeScript PR #109 is merged. Receiving DMX is quite complex, so I don't want to do this in JavaScript and then convert it to TypeScript.