iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Classes
IPlugAPIBase.h File Reference
#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...
 

Detailed Description

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.