Hi Jules,
I’m just evaluating the VST support on JUCE as an alternative to VSTGUI, I have made a VST using the standard SDK and was looking to use JUCE to do the GUI. I’ve downloaded Introducer + juce through it, created an audio plugin and looked at your sticky posts in the forum and I can’t find any readme files or documentation. The plugin build is failing to find the 2.4 VST SDK and dropping tons of error messages like Pluginterfaces/vst2.x/aeffect.h: no such file or directory. I’ve tried adding the SDK to the header search path and putting it in /Users/foobar/SDKs and in /Developer/SDKs in the hope it would get picked up
I’m working on a dual boot machine so I have a 10.8.3 xCode 4.5.2 which is building using the VST 3 SDK and a 10.6.6 with Xcode 3.2.3 which I have been using so that I can actually build vsts using the 2.4 SDK. The problems I am having are on the 10.6.6 setup. Which configuration would you recommend?
On the 10.8.3 xCode 4.5.2 build I get the error:
failed to find AudioUnit/AudioUnit.r/Users/adbc/repos/JuceAudioPlugin2/Builds/MacOSX/…/…/JuceLibraryCode/modules/juce_audio_plugin_client/AU/juce_AU_Resources.r:27: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - SysError 2 during open of “AudioUnit/AudioUnit.r”.Fatal Error!Command /Applications/Xcode.app/Contents/Developer/usr/bin/Rez failed with exit code 3
I followed some forum posts that said to download the CoreAudio developer tools and put them inside a folder called Extras but that didn’t seem to do anything (path looks like /Applications/xCode/Contents/Developer/Extras/CoreAudio/PublicUtility…
Cheers,
Alistair