VST 3 SDK
VST 3.6.14
SDK for developing VST Plug-in
|
#include "module.h"
#include "optional.h"
#include "stringconvert.h"
#include <algorithm>
#include <dlfcn.h>
#include <experimental/filesystem>
#include <sys/types.h>
#include <sys/utsname.h>
#include <unistd.h>
Namespaces | |
VST3 | |
VST3::Hosting | |
Typedefs | |
using | ModuleEntryFunc = bool(*)(void *) |
using | ModuleExitFunc ) = bool(*)( |
using ModuleEntryFunc = bool (*) (void*) |
using ModuleExitFunc = bool (*) ( |
void* module nullptr |