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.
- extract
vst_sdk2_4_rev2.zip
- copy the extracted
vstsdk2.4
to~/Code
✝
git clone [email protected]:catshirt/vst-2.4-xcode-examples.git
cd vst-2.4-xcode-examples
open "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.