node-dmx / dmx

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

Allow refresh rate to be set with options object for artnet driver #73

Closed williamoverton closed 5 years ago

williamoverton commented 5 years ago

Done some cleanup and also fixed deprecation of old Buffer object usage and also allowed dmx_speed to be passed as an option to the artnet driver to improve compatibility with artnet devices and setups.

williamoverton commented 5 years ago

@bluemaex Any chance of an npm release? Saves me having to manually use git version in my project :)

bluemaex commented 5 years ago

@williamoverton good point :)

Just released 0.2.1, have fun!