VST 3 SDK
VST 3.7
SDK for developing VST plug-in
|
#include "module.h"
#include "../utility/optional.h"
#include "../utility/stringconvert.h"
#include <ShlObj.h>
#include <Windows.h>
#include <algorithm>
#include <experimental/filesystem>
Namespaces | |
VST3 | |
VST3::Hosting | |
Macros | |
#define | _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING |
#define | USE_OLE 1 |
Typedefs | |
using | InitModuleFunc = bool(*)() |
using | ExitModuleFunc = bool(*)() |
#define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING |
#define USE_OLE 1 |
using InitModuleFunc = bool (*) () |
using ExitModuleFunc = bool (*) () |
HINSTANCE module {nullptr} |