X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fardour%2Fardour%2Fvst_types.h;h=d185d6260634c68e702f2def967e3b17ed2054f6;hb=63b02a265a6d5e821198b5e3fcc1f6ba6d83a129;hp=9bc64b269f9812d9e6ad574b0c3a145e5ddd3db3;hpb=16aece1d47ad1c1137d68ab12989cbc94b112c0f;p=ardour.git diff --git a/libs/ardour/ardour/vst_types.h b/libs/ardour/ardour/vst_types.h index 9bc64b269f..d185d62606 100644 --- a/libs/ardour/ardour/vst_types.h +++ b/libs/ardour/ardour/vst_types.h @@ -74,19 +74,19 @@ struct _VSTState AEffect* plugin; /* Linux */ - int linux_window; /* The plugin's parent X11 XWindow */ - int linux_plugin_ui_window; /*The ID of the plugin UI window created by the plugin*/ + int linux_window; ///< The plugin's parent X11 XWindow + int linux_plugin_ui_window; ///< The ID of the plugin UI window created by the plugin /* Windows */ void* windows_window; - int xid; /* X11 XWindow */ + int xid; ///< X11 XWindow - int want_resize; /*Set to signal the plugin resized its UI*/ - void* extra_data; /*Pointer to any extra data*/ + int want_resize; ///< Set to signal the plugin resized its UI + void* extra_data; ///< Pointer to any extra data - void* event_callback_thisptr; - void (*eventProc) (void* event); + void * event_callback_thisptr; + void (* eventProc) (void * event); VSTHandle* handle; @@ -102,9 +102,8 @@ struct _VSTState int want_program; int want_chunk; int n_pending_keys; - unsigned char* wanted_chunk; + unsigned char * wanted_chunk; int wanted_chunk_size; - int current_program; float * want_params; float * set_params;