Mercurial > hg > vamp-plugin-sdk
comparison vamp/vamp.h @ 391:126a60e6dc4e
Merge
author | Chris Cannam |
---|---|
date | Wed, 20 May 2015 16:51:52 +0100 |
parents | 4ec736a36546 |
children | 8701366604c7 |
comparison
equal
deleted
inserted
replaced
387:3cd80757becf | 391:126a60e6dc4e |
---|---|
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 |