mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Clarified some text in the breaking changes doc
This commit is contained in:
parent
baf78b1e5f
commit
e786f9c0aa
1 changed files with 3 additions and 2 deletions
|
|
@ -41,8 +41,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
|
||||
----------
|
||||
|
|
@ -54,6 +53,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
|
||||
---------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue