Type alias Loop

Loop: BareCuePoint & {
    length: number;
    type: "loop";
}

A loop, similar to a cue point, but includes a length.

Generated using TypeDoc