Mercurial > hg > vamp-plugin-sdk
diff vamp-sdk/Plugin.h @ 134:c1dce0b033cb
* Permit '-' as well as the other characters in identifiers (existing plugins
were already using this character, it's really the documentation that was
at fault)
* Fix failure to return output descriptors properly from PluginBufferingAdapter
* Fix incorrect sample rate in output descriptors for certain sample types
from PluginBufferingAdapter
* Fix incorrect timestamping on features returned from PluginBufferingAdapter
(rounding error)
author | cannam |
---|---|
date | Thu, 24 Apr 2008 10:27:02 +0000 |
parents | e33fa45f0935 |
children | 31eda4b11f2b |
line wrap: on
line diff
--- a/vamp-sdk/Plugin.h Thu Mar 20 13:22:02 2008 +0000 +++ b/vamp-sdk/Plugin.h Thu Apr 24 10:27:02 2008 +0000 @@ -200,7 +200,7 @@ /** * The name of the output, in computer-usable form. Should be * reasonably short and without whitespace or punctuation, using - * the characters [a-zA-Z0-9_] only. + * the characters [a-zA-Z0-9_-] only. * Example: "zero_crossing_count" */ std::string identifier;