jesseanderson / ola-rpiui

User interface for Open Lighting Architecture on Raspberry Pi
6 stars 0 forks source link

Issue/14 #21

Closed jesseanderson closed 10 years ago

jesseanderson commented 10 years ago

While the console is viewed, it always sends its state at SEND_DATA_INTERVAL. It also sends its state when a a fader is moved, this is done through kivy properties, and is intended to make smoother movements of data when a fader is moved. The console also registers to listen for the selected universe and updates the console state accordingly. The main side effect of this simultaneous DMX sending and receiving is that LTP merging can have weird results. That said, I'm not sure if I understand why LTP merging as it's implemented in OLA ever makes any sense.

Fixes #14