|
VST 3 SDK
VST 3.7
SDK for developing VST plug-in
|
#include "module.h"#include "../utility/optional.h"#include "../utility/stringconvert.h"#include <algorithm>#include <dlfcn.h>#include <sys/types.h>#include <sys/utsname.h>#include <unistd.h>#include <experimental/filesystem>Namespaces | |
| namespace | VST3 |
| namespace | VST3::Hosting |
Macros | |
| #define | USE_EXPERIMENTAL_FS 1 |
Typedefs | |
| using | ModuleEntryFunc = bool(*)(void *) |
| using | ModuleExitFunc ) = bool(*)( |
| using | Path = filesystem::path |
| #define USE_EXPERIMENTAL_FS 1 |
| using ModuleEntryFunc = bool (*) (void*) |
| using ModuleExitFunc = bool (*) ( |
| void* mModule nullptr |