comparison CHANGELOG @ 249:2fa6932ab195

* Update changelog
author cannam
date Tue, 11 Nov 2008 15:06:03 +0000
parents 0b9cdcc900ad
children c97e70ed5abc
comparison
equal deleted inserted replaced
248:c88a3cdb0215 249:2fa6932ab195
1
2 Version 2.0
3
4 * Feature structure now has an optional duration (plugin API change)
5 * Libraries reorganised into separate include and src directories for
6 plugin and host SDKs; hosts should no longer include from vamp-sdk/
7 but always from vamp-hostsdk/ instead (host source compatibility change)
8 * OutputDescriptor now declares whether its features will have duration
9 * Vamp RDF ontology now included for providing online (out-of-plugin)
10 descriptions of plugins; program to generate skeleton RDF for a plugin
11 set is included, and RDF for example plugins provided
12 * New PluginSummarisingAdapter providing averages, min/max, count etc
13 of returned features on request
14 * New example plugins: Fixed Tempo Estimator and Power Spectrum
15 * Command-line host now has a complete listing option, to print out
16 all data reported by plugins
17 * More complete Visual Studio project support
1 18
2 Version 1.3, 2008-07-09 (maintenance release): 19 Version 1.3, 2008-07-09 (maintenance release):
3 20
4 * PluginBufferingAdapter has several important fixes to bugs that 21 * PluginBufferingAdapter has several important fixes to bugs that
5 could cause incorrect timings or output descriptors to be returned 22 could cause incorrect timings or output descriptors to be returned