VST 3 Examples
VST 3.6.14
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 "base/source/fstreamer.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"
Namespaces | |
Steinberg | |
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" |