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

Use a bespoke VST2 interface

This commit is contained in:
tpoole 2016-08-22 09:57:16 +01:00
parent 1e9af22f96
commit 9f31d6498a
17 changed files with 1660 additions and 1011 deletions

View file

@ -481,7 +481,6 @@ private:
if (project.getProjectType().isAudioPlugin())
{
paths.add (getAppSettings().getGlobalPath (Ids::vst2Path, TargetOS::getThisOS()).toString());
paths.add (getAppSettings().getGlobalPath (Ids::vst3Path, TargetOS::getThisOS()).toString());
}