iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Classes
IPlug::APIClasses

An IPlug API class is the base class for a particular audio plug-in API. More...

Classes

class  IPlugAAX
 AAX API base class for an IPlug plug-in. More...
 
class  IPlugAPP
 Standalone application base class for an IPlug plug-in. More...
 
class  IPlugAU
 AudioUnit v2 API base class for an IPlug plug-in. More...
 
class  IPlugAUv3
 AudioUnit v3 API base class for an IPlug plug-in. More...
 
class  IPlugVST2
 VST2.4 API base class for an IPlug plug-in. More...
 
class  IPlugVST3
 VST3 base class for a non-distributed IPlug VST3 plug-in. More...
 
class  IPlugVST3Controller
 VST3 Controller API-base class for a distributed IPlug VST3 plug-in. More...
 
class  IPlugVST3Processor
 VST3 Processor API-base class for a distributed IPlug VST3 plug-in. More...
 
class  IPlugWAM
 WebAudioModule (WAM) API base class. More...
 
class  IPlugWeb
 This is used for the UI "editor" - controller side of a WAM or remote editors that communicate with desktop iPlug plug-ins via web sockets. More...
 

Detailed Description

An IPlug API class is the base class for a particular audio plug-in API.