| blc - Simple program for rendering QLC+ workspaces properly/without crashing. Developed into BLC2.
git clone https://benconnors.ca/git-repos/blc |
commit 4b803acbb9b4c50efe8bc11efbfb57590ea76af2 parent 9466bf8d90063b2add9c099cd7f4133bb1ddd617 Author: Ben Connors <benconnors@outlook.com> Date: Tue, 2 Jul 2019 16:29:53 -0400 Fix OLA output - Index from 0 instead of 1 Diffstat:
| M | blc/ola.py | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/blc/ola.py b/blc/ola.py @@ -18,6 +18,7 @@ class OLAOutput(LightingOutput): send = set() for c, v in values: univ, addr = c + addr -= 1 if univ in self.universe_map: au = self.universe_map[univ] else: