Type alias Hotloop

Hotloop: {
    type: "hot_loop";
} & Omit<Hotcue, "type"> & Omit<Loop, "type">

A hot loop, this is the union of a hotcue and a loop.

Generated using TypeDoc