VST 3 Examples VST 3.7
SDK for developing VST plug-in
|
#include "hostcheckerprocessor.h"
#include "cids.h"
#include "hostcheckercontroller.h"
#include "public.sdk/source/vst/vstaudioprocessoralgo.h"
#include "public.sdk/source/vst/vsteventshelper.h"
#include "pluginterfaces/base/funknownimpl.h"
#include "pluginterfaces/base/futils.h"
#include "pluginterfaces/base/ibstream.h"
#include "pluginterfaces/base/ustring.h"
#include "pluginterfaces/vst/ivstmidicontrollers.h"
#include "pluginterfaces/vst/ivstparameterchanges.h"
#include "pluginterfaces/vst/ivstpluginterfacesupport.h"
#include "base/source/fstreamer.h"
#include <cmath>
Namespaces | |
namespace | Steinberg |
namespace | Steinberg::Vst |
Macros | |
#define | THREAD_CHECK_MSG(msg) "The host called '" msg "' in the wrong thread context.\n" |
Variables | |
bool | THREAD_CHECK_EXIT = false |
#define THREAD_CHECK_MSG | ( | msg | ) | "The host called '" msg "' in the wrong thread context.\n" |