From 2cecec66f8922fcb547898809690842c76423f2f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 2 Apr 2023 00:14:06 +0200 Subject: Fixture library: Robe DL7S: add missing modules and fix typo --- guile/starlet/fixture-library/robe/dl7s.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guile') diff --git a/guile/starlet/fixture-library/robe/dl7s.scm b/guile/starlet/fixture-library/robe/dl7s.scm index c733731..303b393 100644 --- a/guile/starlet/fixture-library/robe/dl7s.scm +++ b/guile/starlet/fixture-library/robe/dl7s.scm @@ -21,8 +21,10 @@ (define-module (starlet fixture-library robe dl7s) #:use-module (oop goops) #:use-module (starlet fixture) + #:use-module (starlet utils) #:use-module (starlet attributes) #:use-module (starlet colours) + #:use-module (starlet scanout) #:export ()) @@ -42,7 +44,7 @@ (set-chan16 50 (percent->dmxval16 (get-attr intensity))) (set-chan16 1 (scale-to-range (get-attr pan) '(0 540) '(0 65535))) - (set-chan16 3 (scale-to-range (get-attr tilt) (0 270) '(0 65535))) + (set-chan16 3 (scale-to-range (get-attr tilt) '(0 270) '(0 65535))) (set-chan8 49 (if (get-attr strobe) 95 32)) -- cgit v1.2.3