From b592be8e81ef219be39ce0e3225d1ce853ba85b7 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Fri, 16 Nov 2018 11:56:03 +0000 Subject: [PATCH] Clarified some text in the breaking changes doc --- BREAKING-CHANGES.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/BREAKING-CHANGES.txt b/BREAKING-CHANGES.txt index 78814e305b..b35a6d1835 100644 --- a/BREAKING-CHANGES.txt +++ b/BREAKING-CHANGES.txt @@ -79,8 +79,7 @@ Possible Issues which is no longer part of JUCE. 2. Building a VST2-compatible VST3 plug-in (the previous default behaviour in JUCE) requires header files from the VST2 SDK, which is no longer part of - JUCE. When a new JUCE plug-in project is created the option - JUCE_VST3_CAN_REPLACE_VST2 will be set to zero. + JUCE. Workaround ---------- @@ -92,6 +91,8 @@ Workaround version, and you want the VST3 plug-in to replace the VST2 plug-in in hosts that support it, then you should enable the JUCE_VST3_CAN_REPLACE_VST2 option. +3. When a new JUCE plug-in project is created the value of + JUCE_VST3_CAN_REPLACE_VST2 will be set to zero. Rationale --------- @@ -132,6 +133,7 @@ The new createAndAddParameter method is much more flexible and enables any parameter types derived from RangedAudioParameter to be managed by the AudioProcessorValueTreeState. + Change ------ The Projucer's per-exporter Android SDK/NDK path options have been removed. @@ -151,6 +153,7 @@ Rationale Having multiple places where the paths could be set was confusing and could cause unexpected mismatches. + Change ------ SystemStats::getDeviceDescription() will now return the device code on iOS e.g.