The internal representation of a Plugin, more akin to JUCE's Processor. More...
#include <mostlyharmless_PluginBase.h>
Public Member Functions | |
PluginBase (const clap_host *host) | |
The internal representation of a Plugin, more akin to JUCE's Processor.
The end user should never need to interface with this class, and is purely there as an abstraction layer between the CLAP Plugin, and the user defined interfaces.
Under the hood, essentially forwards salient calls to the appropriate functions in the user-defined interfaces.
|
explicit |
Constructs a PluginBase instance.
host | A clap-provided host pointer. |