Type alias MetronomeTiedAttributes

MetronomeTiedAttributes: {
    type: "start" | "stop";
}

Type declaration

  • type: "start" | "stop"

    Indicates if this is the start or stop of the tie.

Generated using TypeDoc