Mercurial > hg > vampy-host
diff native/PyPluginObject.cpp @ 110:6c8ce9a97e8b
Back out rev 0a2f2e7803ea (naming: PyPluginObject members snake_case). Returning to camelCase for names that exist in Vamp SDK / VamPy already.
author | Chris Cannam |
---|---|
date | Wed, 17 Jun 2015 10:50:42 +0100 |
parents | cf56111935fa |
children | 4f590fc46ace |
line wrap: on
line diff
--- a/native/PyPluginObject.cpp Wed Jun 17 10:48:03 2015 +0100 +++ b/native/PyPluginObject.cpp Wed Jun 17 10:50:42 2015 +0100 @@ -699,8 +699,8 @@ {(char *)"info", T_OBJECT, offsetof(PyPluginObject, info), READONLY, (char *)"info -> A read-only dictionary of plugin metadata."}, - {(char *)"input_domain", T_INT, offsetof(PyPluginObject, inputDomain), READONLY, - (char *)"input_domain -> The format of input audio required by the plugin, either vampyhost.TIME_DOMAIN or vampyhost.FREQUENCY_DOMAIN."}, + {(char *)"inputDomain", T_INT, offsetof(PyPluginObject, inputDomain), READONLY, + (char *)"inputDomain -> The format of input audio required by the plugin, either vampyhost.TIME_DOMAIN or vampyhost.FREQUENCY_DOMAIN."}, {(char *)"parameters", T_OBJECT, offsetof(PyPluginObject, parameters), READONLY, (char *)"parameters -> A list of metadata dictionaries describing the plugin's configurable parameters."},