From a21cb9f931ad071545e27c71b2cd835deb789f03 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 25 May 2021 21:32:44 +0200 Subject: 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. --- guile/starlet/playback.scm | 4 ++-- 1 file 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) -- cgit v1.2.3