VST 3 SDK VST 3.7
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 <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} |