int vstfx_launch_editor(VSTState *)
VSTHandle * vstfx_load(const char *)
void vstfx_destroy_editor(VSTState *)
void vstfx_close(VSTState *)
void vstfx_event_loop_remove_plugin(VSTState *)
VSTState * vstfx_instantiate(VSTHandle *, audioMasterCallback, void *)
void vstfx_error(const char *fmt,...)
int vstfx_run_editor(VSTState *)
int vstfx_unload(VSTHandle *)
void(* vstfx_error_callback)(const char *msg)
int vstfx_create_editor(VSTState *)
intptr_t(* audioMasterCallback)(AEffect *, int32_t, int32_t, intptr_t, void *, float)