Mercurial > hg > vamp-plugin-sdk
comparison vamp/vamp.h @ 388:4ec736a36546
Minor doc updates
author | Chris Cannam |
---|---|
date | Wed, 20 May 2015 13:54:27 +0100 |
parents | d4fbd4e6fdbf |
children | 8701366604c7 |
comparison
equal
deleted
inserted
replaced
386:e0697515163f | 388:4ec736a36546 |
---|---|
248 typedef struct _VampPluginDescriptor | 248 typedef struct _VampPluginDescriptor |
249 { | 249 { |
250 /** API version with which this descriptor is compatible. */ | 250 /** API version with which this descriptor is compatible. */ |
251 unsigned int vampApiVersion; | 251 unsigned int vampApiVersion; |
252 | 252 |
253 /** Computer-usable name of the plugin. Must not change. [a-zA-Z0-9_] */ | 253 /** Computer-usable name of the plugin. Must not change. [a-zA-Z0-9_-] */ |
254 const char *identifier; | 254 const char *identifier; |
255 | 255 |
256 /** Human-readable name of the plugin. May be translatable. */ | 256 /** Human-readable name of the plugin. May be translatable. */ |
257 const char *name; | 257 const char *name; |
258 | 258 |