X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Flinux_vst_support.h;h=954a465c054e1ea85408a10172c89baaf81d677d;hb=a1bff57695c6063648e6cd650741db7a40726d8a;hp=cb18a0b1d40c3faf4d775bbb9610ef4fc39ee413;hpb=2b9421fd391efcddde0be3397cb66e19b744a155;p=ardour.git diff --git a/libs/ardour/ardour/linux_vst_support.h b/libs/ardour/ardour/linux_vst_support.h index cb18a0b1d4..954a465c05 100644 --- a/libs/ardour/ardour/linux_vst_support.h +++ b/libs/ardour/ardour/linux_vst_support.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Paul Davis + Copyright (C) 2012 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ /******************************************************************************************/ /*VSTFX - an engine to manage native linux VST plugins - derived from FST for Windows VSTs*/ /******************************************************************************************/ - + LIBARDOUR_API extern void (*vstfx_error_callback)(const char *msg); LIBARDOUR_API void vstfx_set_error_function (void (*func)(const char *)); @@ -53,8 +53,6 @@ LIBARDOUR_API extern int vstfx_create_editor (VSTState *); LIBARDOUR_API extern int vstfx_run_editor (VSTState *); LIBARDOUR_API extern void vstfx_destroy_editor (VSTState *); -LIBARDOUR_API extern VSTInfo * vstfx_get_info (char *); -LIBARDOUR_API extern void vstfx_free_info (VSTInfo *); LIBARDOUR_API extern void vstfx_event_loop_remove_plugin (VSTState *); LIBARDOUR_API extern int vstfx_call_dispatcher (VSTState *, int, int, int, void *, float); @@ -66,5 +64,4 @@ LIBARDOUR_API extern int vstfx_load_state (VSTState* vstfx, char * filename); LIBARDOUR_API extern bool vstfx_save_state (VSTState* vstfx, char * filename); - #endif /* __vstfx_h__ */