|
iPlug2 - C++ Audio Plug-in Framework
|
#include <cstring>#include <cstdint>#include <memory>#include "ptrlist.h"#include "mutex.h"#include "IPlugPlatform.h"#include "IPlugPluginBase.h"#include "IPlugConstants.h"#include "IPlugStructs.h"#include "IPlugUtilities.h"#include "IPlugParameter.h"#include "IPlugQueue.h"#include "IPlugTimer.h"Go to the source code of this file.
Classes | |
| class | IPlugAPIBase |
| The base class of an IPlug plug-in, which interacts with the different plug-in APIs. More... | |
The base class of an IPlug plug-in, which interacts with the different plug-in APIs.
This interface does not handle audio processing, see @IPlugProcessor
Definition in file IPlugAPIBase.h.