Mercurial > hg > vamp-plugin-sdk
changeset 249:2fa6932ab195
* Update changelog
author | cannam |
---|---|
date | Tue, 11 Nov 2008 15:06:03 +0000 |
parents | c88a3cdb0215 |
children | a8c8fe602eec |
files | CHANGELOG |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Tue Nov 11 12:07:09 2008 +0000 +++ b/CHANGELOG Tue Nov 11 15:06:03 2008 +0000 @@ -1,3 +1,20 @@ + +Version 2.0 + + * Feature structure now has an optional duration (plugin API change) + * Libraries reorganised into separate include and src directories for + plugin and host SDKs; hosts should no longer include from vamp-sdk/ + but always from vamp-hostsdk/ instead (host source compatibility change) + * OutputDescriptor now declares whether its features will have duration + * Vamp RDF ontology now included for providing online (out-of-plugin) + descriptions of plugins; program to generate skeleton RDF for a plugin + set is included, and RDF for example plugins provided + * New PluginSummarisingAdapter providing averages, min/max, count etc + of returned features on request + * New example plugins: Fixed Tempo Estimator and Power Spectrum + * Command-line host now has a complete listing option, to print out + all data reported by plugins + * More complete Visual Studio project support Version 1.3, 2008-07-09 (maintenance release):