aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-04-09 18:39:32 +0200
committerThomas White <taw@physics.org>2023-04-09 18:39:32 +0200
commit2ae12890e4b8cdc0f12b2e38d29efc068c78050d (patch)
tree46ffd7d053dadd005a31f65c7b3d25d5aa875e77 /README.md
parent5eeea3bbdcd1fa991fe186eb691584842112b967 (diff)
More documentation cleaning
Diffstat (limited to 'README.md')
-rw-r--r--README.md42
1 files changed, 20 insertions, 22 deletions
diff --git a/README.md b/README.md
index 97129fd..8851078 100644
--- a/README.md
+++ b/README.md
@@ -83,36 +83,34 @@ of cues:
(cue-list
(cue 0.5
- ;; Tab warmers
- (snap
- (lighting-state
- (at washL washR 30)
- (at washM 40))))
+ ;; Tab warmers
+ (snap
+ (lighting-state
+ (at washL washR 30)
+ (at washM 40))))
(cue 0.8
- ;; 6-second fade to blackout
- (crossfade 6 blackout))
+ ;; 6-second fade to blackout
+ (crossfade 6 blackout))
(cue 1
- ;; Act 1, Scene 1
- (crossfade 3
- (lighting-state
- (at front-wash 80)
- (at moverL colour (cmy 25 0 0)))
- (at moverL 25)))
+ ;; Act 1, Scene 1
+ (crossfade 3
+ (lighting-state
+ (at front-wash 80)
+ (at moverL colour (cmy 25 0 0)))
+ (at moverL 25)))
(cue 2
- (crossfade 3 4 ;; Separate up/down fade times
- (lighting-state
- (at washM 100))))
+ (crossfade 3 4 ;; Separate up/down fade times
+ (lighting-state
+ (at washM 100))))
(cue 2.5
- (crossfade 2
- (lighting-state
- (apply-state home-state)
- (at moverR 100))))
-
- ....
+ (crossfade 2
+ (lighting-state
+ (apply-state home-state)
+ (at moverR 100)))))
```
To 'execute' a cue list, load it into a *playback* object: