# HG changeset patch # User cannam # Date 1226415963 0 # Node ID 2fa6932ab19536480c725939aac3053f5f73b6a4 # Parent c88a3cdb0215896e4bc7bbd466eaa83f83facda6 * Update changelog diff -r c88a3cdb0215 -r 2fa6932ab195 CHANGELOG --- 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):