From 128e980be4e7d499ba26e823ed20c02803bd0799 Mon Sep 17 00:00:00 2001 From: attila Date: Wed, 9 Nov 2022 17:00:14 +0100 Subject: [PATCH] ARA: Update expected ARA SDK version to 2.2.0 --- BREAKING-CHANGES.txt | 17 +++++++++++++++++ docs/ARA.md | 4 ++-- .../ARA/juce_ARA_Wrapper.cpp | 1 + 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/BREAKING-CHANGES.txt b/BREAKING-CHANGES.txt index 9c3525ae6c..09ef488d81 100644 --- a/BREAKING-CHANGES.txt +++ b/BREAKING-CHANGES.txt @@ -4,6 +4,23 @@ JUCE breaking changes Develop ======= +Change +------ +The ARA SDK expected by JUCE has been updated to version 2.2.0. + +Possible Issues +--------------- +Builds using earlier versions of the ARA SDK will fail to compile. + +Workaround +---------- +The ARA SDK configured in JUCE must be updated to version 2.2.0. + +Rationale +--------- +Version 2.2.0 is the latest official release of the ARA SDK. + + Change ------ The Thread::startThread (int) and Thread::setPriority (int) methods have been diff --git a/docs/ARA.md b/docs/ARA.md index 73e961c34e..8eef8fbf86 100644 --- a/docs/ARA.md +++ b/docs/ARA.md @@ -5,12 +5,12 @@ in JUCE there are some steps you need to take to enable all ARA related function ## External dependencies -- ARA SDK 2.1.0 +- ARA SDK 2.2.0 You can download the ARA SDK from Celemony's Github. The command below will recursively clone the right version into the `ARA_SDK` directory - git clone --recursive --branch releases/2.1.0 https://github.com/Celemony/ARA_SDK + git clone --recursive --branch releases/2.2.0 https://github.com/Celemony/ARA_SDK ## Enabling ARA features in JUCE diff --git a/modules/juce_audio_plugin_client/ARA/juce_ARA_Wrapper.cpp b/modules/juce_audio_plugin_client/ARA/juce_ARA_Wrapper.cpp index d1b055e697..44f39beb93 100644 --- a/modules/juce_audio_plugin_client/ARA/juce_ARA_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/ARA/juce_ARA_Wrapper.cpp @@ -37,6 +37,7 @@ JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4100) #include #include #include +#include JUCE_END_IGNORE_WARNINGS_MSVC JUCE_END_IGNORE_WARNINGS_GCC_LIKE