Type alias CuePoint

CuePoint: {
    color?: CueColor;
    label?: string;
    offset: number;
    type: "cue_point";
}

Represents a single cue point. On older exports the label and color may be undefined.

Type declaration

  • Optional color?: CueColor

    RGB values of the hotcue color

  • Optional label?: string

    The comment associated to the cue point

  • offset: number

    Number of milliseconds from the start of the track.

  • type: "cue_point"

Generated using TypeDoc