1
0
Fork 0
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:
Tom Poole 2018-09-29 20:53:17 -07:00
parent a54535bc31
commit a3566b8c1e
40 changed files with 68 additions and 1890 deletions

View file

@ -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);
}