Timing
Specification
The timing of cues can be specified using the following syntax:
fadeInTime [/ fadeInDelay ] [ - fadeOutTime [ /
fadeOutDelay ] ] [* waitTime ] [+ holdTime ]
fadeInTime | time in seconds for levels that go up |
fadeInDelay | time in seconds to wait before the fade up starts |
fadeOutTime | time in seconds for levels that go down |
fadeOutDelay | time in seconds to wait before the fade down starts |
fadeOutDelay | time in seconds to wait before any fading starts |
holdTime | time in seconds to hold the current cue before automatically going to the next cue |
Examples
fadeIn | fadeOut | |||
---|---|---|---|---|
time | delay | time | delay | |
1 | 1 | 0 | 1 | 0 |
.5 | 0.5 | 0 | 0.5 | 0 |
0.5 | 0.5 | 0 | 0.5 | 0 |
2-3 | 2 | 0 | 3 | 0 |
2/1-3 | 2 | 1 | 3 | 0 |
5/10-3/7 | 5 | 10 | 3 | 7 |