VST 3 Examples
VST 3.6.7
SDK for developing VST Plug-in
|
#include <hostcheck.h>
Public Types | |
typedef std::set < Steinberg::Vst::ParamID > | ParamIDs |
Public Member Functions | |
HostCheck () | |
void | addParameter (Steinberg::Vst::ParamID paramId) |
void | setProcessSetup (Steinberg::Vst::ProcessSetup &setup) |
void | setComponent (Steinberg::Vst::IComponent *component) |
bool | validate (Steinberg::Vst::ProcessData &data) |
const EventLogger::Codes & | getEventLogs () const |
EventLogger & | getEventLogger () |
Static Public Member Functions | |
static HostCheck & | Instance () |
typedef std::set<Steinberg::Vst::ParamID> ParamIDs |
HostCheck | ( | ) |
|
inlinestatic |
void addParameter | ( | Steinberg::Vst::ParamID | paramId | ) |
void setProcessSetup | ( | Steinberg::Vst::ProcessSetup & | setup | ) |
void setComponent | ( | Steinberg::Vst::IComponent * | component | ) |
bool validate | ( | Steinberg::Vst::ProcessData & | data | ) |
|
inline |
|
inline |