summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vst_types.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-22 12:35:21 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-22 12:35:21 +0000
commit64303fbe98a12f62ca0209a6077e348993315da3 (patch)
treed5e846bbb074b90eb5f016b649c0a4e2fca46219 /libs/ardour/ardour/vst_types.h
parentb78cb4d41aa59311e46ca9d9101c1b5f6107e415 (diff)
No-op; tidy-up.
git-svn-id: svn://localhost/ardour2/branches/3.0@10768 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/vst_types.h')
-rw-r--r--libs/ardour/ardour/vst_types.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/libs/ardour/ardour/vst_types.h b/libs/ardour/ardour/vst_types.h
index 9bc64b269f..0d6f8c397f 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,7 +102,7 @@ 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;