aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-05-21 14:25:43 +0200
committerThomas White <taw@physics.org>2023-05-21 14:27:30 +0200
commitbdf94b87a52d65406769bb0fc3e43411d3f33f2e (patch)
tree9ec2e4003c7438b4b765d8e9330d85abd1425fba
parentbd271d16160fba132da9a82bd0c574c9f26e2942 (diff)
Fixture library: <robe-dl7s-mode1>: Fix reversed true/false for animation wheel
-rw-r--r--guile/starlet/fixture-library/robe/dl7s.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guile/starlet/fixture-library/robe/dl7s.scm b/guile/starlet/fixture-library/robe/dl7s.scm
index b9f7b41..0f9b10d 100644
--- a/guile/starlet/fixture-library/robe/dl7s.scm
+++ b/guile/starlet/fixture-library/robe/dl7s.scm
@@ -194,9 +194,9 @@
(let ((ani-active (get-attr animation-wheel)))
(set-chan8 20 (if ani-active
- 0
(scale-to-range (get-attr animation-wheel-position)
- '(-100 100) '(19 127)))) ;; 73 = stop
+ '(-100 100) '(19 127))
+ 0)) ;; 73 = stop
(set-chan8 21 (scale-to-range (get-attr animation-wheel-speed)
'(100 -100) '(1 255)))) ;; 128 = stop
(set-chan8 22 0) ;; Animation wheel macro: no function