aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-05-25 21:32:44 +0200
committerThomas White <taw@physics.org>2021-05-25 21:32:44 +0200
commita21cb9f931ad071545e27c71b2cd835deb789f03 (patch)
tree5cf9c28d1e4f8ee6efe6c23a77c442d76c5ee263
parentd685dd9b22301e0622e9f8f80a9d9b9480062e17 (diff)
Set default attribute fade time to zero
Rationale: get the lights in position for the current cue. If you want to see them move, set the time yourself.
-rw-r--r--guile/starlet/playback.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guile/starlet/playback.scm b/guile/starlet/playback.scm
index cc73d65..da3caeb 100644
--- a/guile/starlet/playback.scm
+++ b/guile/starlet/playback.scm
@@ -549,7 +549,7 @@
#:key
(up-time 5)
(down-time 5)
- (attr-time 3)
+ (attr-time 0)
(up-delay 0)
(down-delay 0)
(attr-delay 0))
@@ -570,7 +570,7 @@
(let-keywords rest-minus-cue-parts #f
((up-time 5)
(down-time 5)
- (attr-time 5)
+ (attr-time 0)
(up-delay 0)
(down-delay 0)
(attr-delay 0)