| ASPiK SDK
    | 
class factory definition file; based on numerous examples in VST SDK More...
#include "vst3plugin.h"#include "vstgui/lib/vstguiinit.h"#include "public.sdk/source/main/pluginfactory.h"| Functions | |
| BEGIN_FACTORY_DEF (Steinberg::Vst::ASPiK::VST3Plugin::getVendorName(), Steinberg::Vst::ASPiK::VST3Plugin::getVendorURL(), Steinberg::Vst::ASPiK::VST3Plugin::getVendorEmail()) DEF_CLASS2(INLINE_UID_FROM_FUID((*(Steinberg | |
| VST macro for defining a VST plugin. | |
| bool | DeinitModule () | 
| VST function called before module is un-loaded. | |
| Variables | |
| void * | moduleHandle | 
class factory definition file; based on numerous examples in VST SDK
    - included in ASPiK(TM) VST Plugin Shell
    - Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
    - see the book for detailed explanations of functions and a
      VST Programming Guide
    - http://www.aspikplugins.com
    - http://www.willpirkle.com