VST 3 SDK
VST 3.7
SDK for developing VST plug-in
|
#include "../utility/optional.h"
#include "../utility/stringconvert.h"
#include "module.h"
#include <shlobj.h>
#include <windows.h>
#include <algorithm>
#include <iostream>
#include <experimental/filesystem>
Namespaces | |
namespace | VST3 |
namespace | 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(*)( |
Variables | |
constexpr unsigned long | kIPPathNameMax = 1024 |
#define USE_FILESYSTEM 0 |
#define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING |
#define USE_OLE !USE_FILESYSTEM |
using InitModuleFunc = bool (*) ( |
using ExitModuleFunc = bool (*) ( |
HINSTANCE mModule nullptr |