Type Alias Loop

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

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

Type declaration

  • length: number

    The length in milliseconds of the loop

  • type: "loop"