|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <setjmp.h>#include <signal.h>#include <pthread.h>#include <stdio.h>#include "ardour/libardour_visibility.h"#include "ardour/vst_types.h"Go to the source code of this file.
Functions | |
| void | mac_vst_error (const char *fmt,...) |
| VSTHandle * | mac_vst_load (const char *) |
| int | mac_vst_unload (VSTHandle *) |
| VSTState * | mac_vst_instantiate (VSTHandle *, audioMasterCallback, void *) |
| void | mac_vst_close (VSTState *) |
Variables | |
| void(* | mac_vst_error_callback )(const char *msg) |
| void mac_vst_close | ( | VSTState * | ) |
| void mac_vst_error | ( | const char * | fmt, |
| ... | |||
| ) |
| VSTState* mac_vst_instantiate | ( | VSTHandle * | , |
| audioMasterCallback | , | ||
| void * | |||
| ) |
| VSTHandle* mac_vst_load | ( | const char * | ) |
| int mac_vst_unload | ( | VSTHandle * | ) |
|
extern |