ioBroker / ioBroker.artnet

Control DMX512 Devices via an Art-Net node
MIT License
6 stars 9 forks source link

Delay after changing the channel values #5

Open klein0r opened 5 years ago

klein0r commented 5 years ago

I've installed the adapter and it works like expected (with an ArtNet Node by Ulrich Radig). But: Every change of the values is extremely delayed. Sometimes it takes 1-2 seconds until the color of my RGB stripes changes.

When using tools like DMX Workshop, everything is extremely fast and responds without any noticeable delay.

klein0r commented 5 years ago

Solution. Add , sendAll: true to https://github.com/ioBroker/ioBroker.artnet/blob/master/main.js#L220