1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

ARA: Update expected ARA SDK version to 2.2.0

This commit is contained in:
attila 2022-11-09 17:00:14 +01:00
parent f9b6e2ef69
commit 128e980be4
3 changed files with 20 additions and 2 deletions

View file

@ -4,6 +4,23 @@ JUCE breaking changes
Develop 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 Change
------ ------
The Thread::startThread (int) and Thread::setPriority (int) methods have been The Thread::startThread (int) and Thread::setPriority (int) methods have been

View file

@ -5,12 +5,12 @@ in JUCE there are some steps you need to take to enable all ARA related function
## External dependencies ## 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 You can download the ARA SDK from Celemony's Github. The command below will recursively clone the
right version into the `ARA_SDK` directory 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 ## Enabling ARA features in JUCE

View file

@ -37,6 +37,7 @@ JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4100)
#include <ARA_Library/PlugIn/ARAPlug.cpp> #include <ARA_Library/PlugIn/ARAPlug.cpp>
#include <ARA_Library/Dispatch/ARAPlugInDispatch.cpp> #include <ARA_Library/Dispatch/ARAPlugInDispatch.cpp>
#include <ARA_Library/Utilities/ARAPitchInterpretation.cpp> #include <ARA_Library/Utilities/ARAPitchInterpretation.cpp>
#include <ARA_Library/Utilities/ARAChannelArrangement.cpp>
JUCE_END_IGNORE_WARNINGS_MSVC JUCE_END_IGNORE_WARNINGS_MSVC
JUCE_END_IGNORE_WARNINGS_GCC_LIKE JUCE_END_IGNORE_WARNINGS_GCC_LIKE