vst-2.4-xcode-examples
vst-2.4-xcode-examples copied to clipboard
vst 2.4 examples updated for xcode 4.3 and lion 10.7
this repository is an updating and reformatting of the defacto examples that come with the VST 2.4 SDK. they have been updated to play nice with Xcode 4.3 and OS X.
download VST 2.4 SDK
install VST 2.4 SDK
- extract
vst_sdk2_4_rev2.zip - copy the extracted
vstsdk2.4to~/Code✝
build Xcode project
git clone [email protected]:catshirt/vst-2.4-xcode-examples.gitcd vst-2.4-xcode-examplesopen "VST 2.4.xcodeproj"- build the project ✝✝
✝ this Xcode project assumes vstsdk2.4 is installed in ~/Code. if you'd like to install it elsewhere, you will need to relink the vstsdk2.4 group in the project.
✝✝ surrounddelay currently fails to build on OS 10.7 because it uses deprecated drawing APIs. i hope to find time to resolve this.