node-dmx / dmx

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

Update ArtNet Driver's Buffer API #58

Closed pboyd04 closed 5 years ago

pboyd04 commented 6 years ago

Like #54, but for the ArtNet Driver

pboyd04 commented 6 years ago

Needs someone to test this...

mtraeger commented 5 years ago

Works for me with two different artnet devices on node v8.9.4, if you exchange buffer with Buffer ;)

If you want, you can test artnet with github.com/mtraeger/artnet-weblight (but for me there are currently some issues with node v8; It's running on v4.4.4)