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:
With these two small changes, I've successfully built the IPlugEffect example's APP/VST2/VST3/AU target in 32 and 64 bits for C++11 and OSX 10.10 SDK. I also tried APP/VST2/VST3 on Windows (VS 2013) and it's compiling fine. I couldn't test:
With these two small changes, I've successfully built the IPlugEffect example's APP/VST2/VST3/AU target in 32 and 64 bits for C++11 and OSX 10.10 SDK. I also tried APP/VST2/VST3 on Windows (VS 2013) and it's compiling fine. I couldn't test:
Could you please merge these? Thank you! :)