| 
    VST 3 SDK VST 3.8
    
   SDK for developing VST plug-in 
   | 
 
#include "module.h"#include "public.sdk/source/vst/utility/optional.h"#include "public.sdk/source/vst/utility/stringconvert.h"#include "pluginterfaces/base/funknownimpl.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 | 
| #define | LOG_ENABLE 0 | 
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 | 
| #define LOG_ENABLE 0 | 
| using InitModuleFunc = bool (*) () | 
| using ExitModuleFunc = bool (*) () |