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