Mercurial > hg > vamp-plugin-sdk
changeset 481:8701366604c7
Update a couple of comments to match the specifications elsewhere
author | Chris Cannam |
---|---|
date | Thu, 09 Feb 2017 11:49:40 +0000 |
parents | 6dfe3dd38878 |
children | 95b7404af6ce |
files | vamp/vamp.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vamp/vamp.h Tue Jan 31 12:04:20 2017 +0000 +++ b/vamp/vamp.h Thu Feb 09 11:49:40 2017 +0000 @@ -70,7 +70,7 @@ typedef struct _VampParameterDescriptor { - /** Computer-usable name of the parameter. Must not change. [a-zA-Z0-9_] */ + /** Computer-usable name of the parameter. Must not change. [a-zA-Z0-9_-] */ const char *identifier; /** Human-readable name of the parameter. May be translatable. */ @@ -117,7 +117,7 @@ typedef struct _VampOutputDescriptor { - /** Computer-usable name of the output. Must not change. [a-zA-Z0-9_] */ + /** Computer-usable name of the output. Must not change. [a-zA-Z0-9_-] */ const char *identifier; /** Human-readable name of the output. May be translatable. */