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:
Gets rid of warnings that are shown with -Wreorder enabled. The problems were fixed by adjusting the member initializer lists of the constructors to have the same ordering as the member definitions in the classes.
Gets rid of warnings that are shown with
-Wreorder
enabled. The problems were fixed by adjusting the member initializer lists of the constructors to have the same ordering as the member definitions in the classes.