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