olilarkin / wdl-ol

Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
https://github.com/iplug2
936 stars 187 forks source link

vst2.4sdk? #127

Closed esaruoho closed 5 years ago

esaruoho commented 5 years ago

how do i find vstsdk2.4 ?

put aeffect.h and aeffectx.h from the VST2.4 sdk here

download the vst sdk here:
http://www.steinberg.net/en/company/developer.html

these are the files you need:

/vstsdk2.4/pluginterfaces/vst2.x/aeffect.h
/vstsdk2.4/pluginterfaces/vst2.x/aeffectx.h
johannesmenzel commented 5 years ago

Vst2 development was dropped by Steinberg in the most recent version. I guess you'd find it in version 3.6.10 and previous ones. You have to deal with the fact that you won't get the permission to publish VST2 plugins anyway:

https://forum.cockos.com/showthread.php?t=212853

olilarkin commented 5 years ago

thanks johannes