Interface SongTransformedProperties

interface SongTransformedProperties {
    cue_points: CuePoint[];
    master_track: Track;
    return_tracks: Track[];
    scenes: Scene[];
    tracks: Track[];
    visible_tracks: Track[];
}

Properties

cue_points: CuePoint[]
master_track: Track
return_tracks: Track[]
scenes: Scene[]
tracks: Track[]
visible_tracks: Track[]

A track is visible if it's not part of a folded group. If a track is scrolled out of view it's still considered visible.