Get Active Sequence Ref
Get a path reference to the active sequence (::SEQ).
Inputs
This block has no named inputs.
Notes
No additional notes are available yet.
See Also
- Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.
Examples
Read Active Sequence Summary
Reads the active sequence name and video track count.
Topics: sequence inspection
Source: patterns/ex-sequence-read-active-summary.json
Apply Scene Edit Cuts With Adjacent Clips
Applies Premiere Scene Edit Detection to one middle clip, fully relists the track, and verifies that directly adjacent clips keep their timeline and source ranges.
Topics: scene edit detection, timeline cuts, neighbor clips, runtime validation
Source: patterns/ex-scene-edit-detect-apply-cuts-with-neighbors.json
Traverse Nested Sequences With Deduped Worklist
Traverses the active sequence and nested sequences through a pending/seen worklist so nested sequence refs are not processed twice.
Topics: sequence traversal, nested sequences, clip iteration, lists
Source: patterns/ex-sequence-traverse-nested-deduped.json