KC's Workspace
    Preparing search index...

    A <track-repeat> value, representing the repeat() function in a track list.

    See TrackListItem.

    interface TrackRepeat {
        count: RepeatCount;
        lineNames: string[][];
        trackSizes: TrackSize[];
    }
    Index

    Properties

    The repeat count.

    lineNames: string[][]

    The line names to repeat.

    trackSizes: TrackSize[]

    The track sizes to repeat.