Skip to content

JIVE v1.2.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 22:26
· 14 commits to main since this release
b6fba4b

Changes

  • Added support for JUCE 8.0.2 (keeping backwards-compatibility for older versions)
    • Due to breaking changes in JUCE 8.0.2, setting properties of a jive::Object through the base class of juce::DynamicObject (e.g. via juce::var::getDynamicObject()) will not trigger listener callbacks, or properly set up the parent hierarchies.
      Therefore, ensure you dynamic_cast<> to jive::Object before calling setProperty().