From 5ba45bfb6da6aa7f8d409172c3166c92f5f2cccd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 18 Nov 2020 18:08:49 +0100 Subject: Improve syntax for cue parts --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0b608fd..bbda397 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,23 @@ You can use pre-prepared states in cues, even if some minor modifications are ne #:fade-down 3) ``` +Mult-part cues are supported. Simply specify the fade parameters and which fixtures should be in the part: + +``` +(cue 64 + (cue-state (apply-state indoor-act1-general) + #:fade-up 3 + #:fade-down 3 + + (cue-part (dim3 + dim4 + dim8 + (list moving-light 'pan 'tilt)) + #:down-time 2 + #:down-delay 1)) +``` + + Everything from a simple dimmers to wacky multi-parameter fixtures are supported. New fixture classes can be defined using some simple Scheme code. Patching fixtures looks like this: ``` -- cgit v1.2.3