VST 3 Examples
VST 3.6.14
SDK for developing VST Plug-in
|
#include "hostcheckercontroller.h"
#include "eventlogdatabrowsersource.h"
#include "public.sdk/source/vst/vstcomponentbase.h"
#include "public.sdk/source/vst/vstrepresentation.h"
#include "pluginterfaces/base/ibstream.h"
#include "pluginterfaces/base/ustring.h"
#include "pluginterfaces/vst/ivstcontextmenu.h"
#include "pluginterfaces/vst/ivstmidicontrollers.h"
#include "pluginterfaces/vst/ivstpluginterfacesupport.h"
#include "cids.h"
#include "editorsizecontroller.h"
#include "hostcheckerprocessor.h"
#include "logevents.h"
#include "vstgui/lib/cvstguitimer.h"
#include "base/source/fstreamer.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 = true |
#define THREAD_CHECK_MSG | ( | msg | ) | "The host called '" msg "' in the wrong thread context.\n" |
bool THREAD_CHECK_EXIT = true |