Skip to content

Commit

Permalink
fix(types): remove unsupported/manual transport statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Aug 19, 2022
1 parent 133776f commit b362072
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/timeline-state-resolver-types/src/hyperdeck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,6 @@ export interface TimelineObjHyperdeckTransport extends TimelineObjHyperdeck {
/** The numeric ID of the clip to play. If already playing, null means continue playing the current clip. If not playing, null means play last played clip. */
clipId: number | null
}
| {
status: TransportStatus.FORWARD
}
| {
status: TransportStatus.REWIND
}
| {
status: TransportStatus.JOG
}
| {
status: TransportStatus.SHUTTLE
}
| {
status: TransportStatus.RECORD

Expand Down

0 comments on commit b362072

Please sign in to comment.