Skip to content

Conversation

@rashmisinha07
Copy link

Summary:
Added three new variables to display active clip timing information in timecode format.
New Variables:
$(hyperdeck:clip_durationTimecode) - Duration of active clip (HH:MM:SS;FF)
$(hyperdeck:clip_startTimecode) - Start timecode of active clip (HH:MM:SS;FF)
$(hyperdeck:clip_endTimecode) - End timecode of active clip (HH:MM:SS;FF)
Implementation:
Uses existing fullClipsList data from HyperDeck protocol
Calculates end timecode from start + duration
Supports all frame rates with proper SMPTE timecode formatting
Returns --:--:--:-- when no active clip
Files Modified:
src/variables.ts - Added variable definitions and update logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant