iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
IPlugCLAP.h File Reference
#include "IPlugAPIBase.h"
#include "IPlugProcessor.h"
#include "plugin.hh"
#include "config.h"

Go to the source code of this file.

Classes

class  IPlugCLAP
 CLAP API base class for an IPlug plug-in. More...
 

Typedefs

using ClapPluginHelper = clap::helpers::Plugin< clap::helpers::MisbehaviourHandler::Ignore, clap::helpers::CheckingLevel::None >
 
using ClapHost = clap::helpers::HostProxy< clap::helpers::MisbehaviourHandler::Ignore, clap::helpers::CheckingLevel::None >
 

Functions

IPlugCLAPMakePlug (const InstanceInfo &info)
 

Detailed Description

CLAP API base class for an IPlug plug-in.

Definition in file IPlugCLAP.h.

Typedef Documentation

◆ ClapHost

using ClapHost = clap::helpers::HostProxy<clap::helpers::MisbehaviourHandler::Ignore, clap::helpers::CheckingLevel::None>

Definition at line 42 of file IPlugCLAP.h.

◆ ClapPluginHelper

using ClapPluginHelper = clap::helpers::Plugin<clap::helpers::MisbehaviourHandler::Ignore, clap::helpers::CheckingLevel::None>

Definition at line 41 of file IPlugCLAP.h.