aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-10-23 22:26:43 +0200
committerThomas White <taw@physics.org>2020-10-23 22:26:43 +0200
commite302148f2e8791585edfc23705450aa921faaa17 (patch)
treeb168137da6e979c527a3d77e7c716b089e33e9be /examples
parentea61ae682b7b8c75845cf77af4f25a53dd19d4c2 (diff)
Plumbing for cue parts
Diffstat (limited to 'examples')
-rw-r--r--examples/demo.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/demo.scm b/examples/demo.scm
index 6553965..e3e4bb3 100644
--- a/examples/demo.scm
+++ b/examples/demo.scm
@@ -100,7 +100,11 @@
(cue 3
(cue-state (blackout (current-state)))
#:fade-up 0
- #:fade-down 2)))
+ #:fade-down 2
+
+ (cue-part (list dim11 dim13)
+ #:fade-down 2
+ #:down-delay 2))))
;; Create a playback for the cue list, and register it for output