#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.
◆ vstfx_close()
◆ vstfx_create_editor()
◆ vstfx_destroy_editor()
void vstfx_destroy_editor |
( |
VSTState * |
| ) |
|
◆ vstfx_error()
void vstfx_error |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ vstfx_event_loop_remove_plugin()
void vstfx_event_loop_remove_plugin |
( |
VSTState * |
| ) |
|
◆ vstfx_exit()
◆ vstfx_init()
int vstfx_init |
( |
void * |
| ) |
|
◆ vstfx_instantiate()
◆ vstfx_launch_editor()
◆ vstfx_load()
◆ vstfx_run_editor()
◆ vstfx_unload()
◆ vstfx_error_callback
void(* vstfx_error_callback) (const char *msg) |
( |
const char * |
msg | ) |
|
|
extern |