From 18685558474bc89de0aa94e8e6b3bdfd04f23f1c Mon Sep 17 00:00:00 2001 From: sinavir Date: Sun, 13 Oct 2024 20:52:12 +0200 Subject: [PATCH] feat: Add lyre fixture --- pyjecteur/fixtures.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pyjecteur/fixtures.py b/pyjecteur/fixtures.py index e784bc5..92ce02a 100644 --- a/pyjecteur/fixtures.py +++ b/pyjecteur/fixtures.py @@ -1,4 +1,5 @@ """""" + from colour import Color from .lights import AbstractLight @@ -23,6 +24,20 @@ class StrobInv(AbstractLight): dim = RInt(0, 1) +class Lyre(AbstractLight): + address_size = 14 + + pan = RInt(0, 0) + tilt = RInt(0, 1) + color = RInt(0, 5) + strobe = RInt(255, 6) + dimmer = RInt(255, 7) + gobo = RInt(0, 8) + gobo_rot = RInt(0, 9) + prism = RInt(0, 12) + zoom = RInt(0, 13) + + class Wash(AbstractLight): """ Wash