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:
I m trying to make a first plugin duplicated from IPlugEffect
When I compile it using vst sdk 3 (3.6.6) , I get the following errors
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Security.framework/Headers/cssmtype.h:45:9: Unknown type name 'uint64'; did you mean 'sint64'?
I m trying to make a first plugin duplicated from IPlugEffect
When I compile it using vst sdk 3 (3.6.6) , I get the following errors
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Security.framework/Headers/cssmtype.h:45:9: Unknown type name 'uint64'; did you mean 'sint64'?
I tried both 32 & 64bits, still the same error.
I m on OS X 10.11 with xcode 7.3.1