OpenTimelineIO / OpenTimelineIO-AVFoundation

Conversion and Compatibility between OpenTimelineIO objects and their CoreMedia and AVFoundation counterparts
Apache License 2.0
22 stars 2 forks source link

Fixes/21 #22

Closed vade closed 1 month ago

vade commented 1 month ago

Update drawing code to support macOS 13 by removing .inspector and changing some canvas drawing and view drawing code with os specific versions.

This introduces a small side effect, which is that we have an inspector that doesnt really serve a purpose now. Maybe I make it a sidebar navigator for nested track selection for the inspector view?

Dunno.