iPlug2 - C++ Audio Plug-in Framework
Functions
IPlug_include_in_plug_src.h File Reference

IPlug source include Include this file in the main source for your plugin, after #including the main header for your plugin. More...

Go to the source code of this file.

Functions

static BEGIN_IPLUG_NAMESPACE Config MakeConfig (int nParams, int nPresets)
 

Detailed Description

IPlug source include Include this file in the main source for your plugin, after #including the main header for your plugin.

A preprocessor macro for a particular API such as VST2_API should be defined at project level Depending on the API macro defined, a different entry point and helper methods are activated

Definition in file IPlug_include_in_plug_src.h.