sound_sequence
A sequence of sounds to play — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | sound_sequence |
| Type | Misc |
| Color | Purple |
| Icon | fa6-solid:music |
Description
A sound sequence is an ordered list of sounds that play at specified times.
Fields
| Field | Type | Description |
|---|---|---|
segments | List<SoundSequenceSegment> | — |
layer | AudioLayer | The audio layer to play sounds on |
fadeIn | Duration | Fade in duration for the first sound |
fadeOut | Duration | Fade out duration for the last sound |
sequenceJob | Job? | — |
Usage Example
- entry: sound_sequence
name: "A sequence of sounds to play"
segments: []
layer: ""
fadeIn: ""
fadeOut: ""
sequenceJob: ""