VST 3 Examples
VST 3.7
SDK for developing VST plug-in
|
#include "validator.h"
Functions | |
bool | InitModule () |
bool | DeinitModule () |
int | main (int argc, char *argv[]) |
Variables | |
void * | moduleHandle = nullptr |
bool InitModule | ( | ) |
bool DeinitModule | ( | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void* moduleHandle = nullptr |