Skip to content

0.4.10

Latest
Compare
Choose a tag to compare
@orchetect orchetect released this 21 Sep 02:32
· 4 commits to main since this release

Added

  • Added DAW-agnostic DAWMarkerTrack and DAWTrackType types
  • FCPXML: FrameSampling gains new opticalFlowFRC case for FCPXML 1.12
  • FCPXML: Added new FrameDataPreset to extract information for individual frames.
    The essential functinality is built and tested, but needs improvements for better compatibility with complex FCPXML timelines and clip types.

Improvements

  • ProTools.SessionInfo: extract/convert to DAWMarker now splits markers into rulers/tracks
  • FCPXML: Potential improvement for detection of timeline start as timecode
  • FCPXML: Fixed potential issues with calculating absolute start timecode for elements

Changes

  • ProTools.SessionInfo: trackName property is now non-Optional
  • FCPXML: Refactored Version as struct with static instances, instead of enum
  • FCPXML: Refactored keywordsFlat context value logic to new Keyword Collection method flattenedKeywords()

Maintenance

  • Bumped versions for some dependencies
  • Updated unit tests