aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/cue-part.scm
AgeCommit message (Collapse)Author
2023-04-09New transition effect syntaxThomas White
Instead of this: (cue 3 (lighting-state ...) (crossfade 3 5)) We now have this: (cue 3 (crossfade 3 5 (lighting-state ...))) This makes a simple snap blackout very succinct: (cue 6 (snap blackout))