mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed the embedded VST2 SDK
This commit is contained in:
parent
a54535bc31
commit
a3566b8c1e
40 changed files with 68 additions and 1890 deletions
|
|
@ -416,6 +416,10 @@ void PIPGenerator::setModuleFlags (ValueTree& jucerTree)
|
|||
options.setProperty (name, (value == "1" ? 1 : 0), nullptr);
|
||||
}
|
||||
|
||||
if (metadata[Ids::type].toString() == "AudioProcessor"
|
||||
&& options.getPropertyPointer ("JUCE_VST3_CAN_REPLACE_VST2") == nullptr)
|
||||
options.setProperty ("JUCE_VST3_CAN_REPLACE_VST2", 0, nullptr);
|
||||
|
||||
jucerTree.addChild (options, -1, nullptr);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue