| VST 3 Examples
    VST 3.7
    SDK for developing VST plug-in | 
#include "hostcheckercontroller.h"#include "cids.h"#include "editorsizecontroller.h"#include "eventlogdatabrowsersource.h"#include "hostcheckerprocessor.h"#include "logevents.h"#include "base/source/fstreamer.h"#include "public.sdk/source/common/systemclipboard.h"#include "public.sdk/source/vst/utility/stringconvert.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 <sstream>| 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 = true | 
| #define THREAD_CHECK_MSG | ( | msg | ) | "The host called '" msg "' in the wrong thread context.\n" | 
| bool THREAD_CHECK_EXIT = true |