Stop Cue
Stop cues allow a targetted cue to be stopped, with a fade out, when triggered. This cue has no effect if it’s triggered when the targetted cue isn’t playing.
Target Q ID
The QID of the cue to be stopped when this cue is triggered.
Stop Mode
Specifies when the targetted cue should be stopped. This can be:
- Immediate — The cue will be stopped (with a fade out) as soon as this cue is triggered.
- LoopEnd — For cues which are looping, this waits until the current loop has finished before stopping the cue. This effectively de-vamps the targetted cue.
Fade Out Time
Specifies the fade out time to use when stopping the targetted cue. The fade out time is specified in seconds.
This fade out time overrides the fade out time of the targetted cue.
Fade Type
This specifies the shape of the curve used to fade out the cue. The following fade curves are available:
- Linear — a simple linear fade.
- SCurve — an S shaped fade, with a slow start and slow end. (Implemented as a quadaratic hermite spline)
- Square — a square-law fade, with a slow start and fast end.
- InverseSquare — an inverse square-law fade, with a fast start and a slow end.