v2.57.1
v2.57.1
Investigation outcome for community feature request #74 — no behavior change.
Documentation
- Source Track Selector is not controllable via the API (issue #74). Verified live on DaVinci Resolve Studio 21.0.0: there is no get/set for the Source/Auto Track Selector, the
Insert*IntoTimelinefamily (titles, generators, OFX, Fusion comps) takes notrackIndexand always lands on V1, locking lower video tracks makes the insert fail rather than redirect, and titles/generators can't be relocated afterward (noMediaPoolItem). Closed as won't-fix (API limitation), worth raising with Blackmagic Design. - Recorded the verified limitation in the
api_truthledger — query it at runtime withresolve_control api_truth "track"— and indocs/reference/api-coverage.md. - Documented the supported alternative for media-backed clips:
MediaPool.AppendToTimeline's clipInfotrackIndex(exposed asmedia_pool.append_to_timelinewithclip_infos). - Added a regression test.
Credits
- Investigation driven by @swayll (Elpidio Coppa) via issue #74; credited as co-author on the documenting commit.
Validation
- Static checks (
test_import,audit_api_parity, undefined-names / action-list / panel-docs drift guards),api_truthunit tests,node --version, andnpm pack --dry-runall clean. - No Resolve behavior changed; the underlying limitation was live-verified on Resolve Studio 21.0.0 during investigation.