Joshua Minor
Joshua Minor
(Update: this was fixed on Linux and Mac in #99, and Windows in #102, but still needs to be addressed on the Emscripten/WASM build) Raven naively uses Dear ImGui in...
If Raven is given an OTIO file with a top-level object that isn't a Timeline, it crashes. The most common case of this is an OTIO file with a SerializableCollection...
Background: - Clips (and other Items) have an `enabled` flag which toggles whether they are enabled or disabled. For audio clips, this is a mute/unmute toggle. For video clips, a...
Bug: When a clip is selected, it is highlighted in white, which is the same color as some of the text on the clip, making the text unreadable. Furthermore, when...
License?
Hey, this looks really cool. Have you picked an open source license for this?
Swift/C++ interoperation support has come a long way since we last looked. We should re-evaluate and compare to the approach taken in this repo to see which strategy is best....
Something changed recently in the way Raven scrolls horizontally. It used to be possible to zoom and scroll so the playhead is off screen, but now the scroll position seems...
`otioview` allows the user to double-click on a nested composition (e.g. a Track or Stack within a Track) to drill into it in a separate tab. It would be great...
If you run `cmake --install .` after building raven, it installs the raven executable, and all the dependent libraries in /usr/local/ even though we statically link those libraries into the...
Dependabot updates to the OTIO version used in these Swift bindings are stuck on a C++ version issue. See this PR for example: https://github.com/OpenTimelineIO/OpenTimelineIO-Swift-Bindings/pull/57 Example build errors: ``` In file...