iPlug2 - C++ Audio Plug-in Framework
|
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 | |
IPlugCLAP * | MakePlug (const InstanceInfo &info) |
CLAP API base class for an IPlug plug-in.
Definition in file IPlugCLAP.h.
using ClapHost = clap::helpers::HostProxy<clap::helpers::MisbehaviourHandler::Ignore, clap::helpers::CheckingLevel::None> |
Definition at line 42 of file IPlugCLAP.h.
using ClapPluginHelper = clap::helpers::Plugin<clap::helpers::MisbehaviourHandler::Ignore, clap::helpers::CheckingLevel::None> |
Definition at line 41 of file IPlugCLAP.h.