aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-09 19:00:53 +0200
committerThomas White <taw@physics.org>2020-09-09 19:01:25 +0200
commit58b5a431b87bac18507a661c9f7d5bde77a49038 (patch)
tree3767e0c271ace9758e3c2f086708aa97680d1700
parent135ffc0fd62231f7b62f743a8aaa11b203289490 (diff)
Update demo.scm
-rw-r--r--examples/demo.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/demo.scm b/examples/demo.scm
index ec8ad6c..d296e57 100644
--- a/examples/demo.scm
+++ b/examples/demo.scm
@@ -80,7 +80,8 @@
(cue-list
(cue 1
- (cue-state (apply-state example-state-1))
+ (cue-state (apply-state example-state-1)
+ (at mh1 'pan 25))
#:fade-up 3
#:fade-down 5)