This is the next issue I’m encountering with the vst host demo after pulling in the most recent changes. I’m not certain that this is OSX/Xcode specific or not.
/Users/Ian/Cloud Services/Github/Juce (ianmclean)/modules/juce_audio_processors/juce_audio_processors.mm:26:10: In file included from /Users/Ian/Cloud Services/Github/Juce (ianmclean)/extras/audio plugin host/Builds/MacOSX/…/…/…/…/modules/juce_audio_processors/juce_audio_processors.mm:26:
/Users/Ian/Cloud Services/Github/Juce (ianmclean)/modules/juce_audio_processors/juce_audio_processors.cpp:85:10: In file included from /Users/Ian/Cloud Services/Github/Juce (ianmclean)/extras/audio plugin host/Builds/MacOSX/…/…/…/…/modules/juce_audio_processors/juce_audio_processors.cpp:85:
/Users/Ian/Cloud Services/Github/Juce (ianmclean)/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:57:10: ‘pluginterfaces/vst2.x/aeffectx.h’ file not found
You need to include the VST SDK in an appropriate place, you can either set this manually in the Introjucer but I think it defaults to “~SDKs/”. Download the SDK from Steinberg and copy the “vstsdk2.4” directory into there.
I think this demo might benefit from the equivalent of “How to use this framework.txt” that the vst plugin project comes with (for those of us who have never done anything vst before). I think this is the only demo that requires a dependency that isn’t already provided if I’m not mistaken.
I dont have the image any longer, but the projucer has changed a bit since, so it’s probably not accurate at this point anyways. Could you all share the details of the error and any images?