comparison src/vamp-plugin-sdk-2.5/CHANGELOG @ 108:1813f30f2f15

Update Vamp plugin SDK to 2.5
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 09 May 2013 10:52:46 +0100
parents
children
comparison
equal deleted inserted replaced
107:71c914cf6201 108:1813f30f2f15
1 Version 2.5, 2013-05-08 (maintenance release):
2
3 * Fix incorrect handling of FixedSampleRate outputs in the
4 PluginBufferingAdapter. Un-timestamped features on these outputs
5 were incorrectly being timestamped from the process timestamp,
6 where they should have been timed relative to the previous
7 feature on the output according to the output's sample rate.
8 * Fix return of uninitialised memory through getCurrentProgram
9 when plugin specifies no programs
10 * Ensure output sample rate is initialised (to 0) for variable-rate
11 outputs where the plugin forgets to set a rate
12
13 Version 2.4, 2012-07-12 (maintenance and minor feature release):
14
15 * Provide a simple FFT implementation as a convenience for plugins
16 * Add symbols to make the library versions discoverable by autoconf
17 using C linkage
18 * Fix failure to open plugins from Unicode builds on Windows (thanks
19 RJ Ryan)
20 * Fix thread-safety issue in PluginInputDomainAdapter
21 * Add build for OS/X 10.7+/Xcode 4; remove build for OpenSolaris
22
23 Version 2.3, 2011-09-28 (minor feature release):
24
25 * Add window type property to PluginInputDomainAdapter
26 * Permit vamp-simple-host to use streaming input with indeterminate
27 length (thanks Dan Stowell)
28 * Print label as well as values from vamp-simple-host (thanks Dan)
29
30 Version 2.2.1, 2011-04-05 (maintenance release):
31
32 * Minor build fixes for OS/X
33
34 Version 2.2, 2010-08-26 (maintenance release):
35
36 * Fixes to OS/X build procedures so as to build three-way
37 universal binaries (PPC, i386, x86_64) by default. Forced upon
38 us by OS/X 10.6 defaulting to 64-bit rather than 32-bit
39
40 Version 2.1, 2009-09-22 (maintenance and minor feature release):
41
42 * Add ProcessTimestampMethod to PluginInputDomainAdapter, offering
43 the ability to decide how data buffering and timestamping works for
44 frequency-domain plugins (whose process timestamps have to be at
45 the centre of each processing block rather than the start)
46 * Make PluginBufferingAdapter take into account any timestamp shift
47 introduced by a PluginInputDomainAdapter that it wraps
48 * Fix crash in PluginAdapter when plugin library getDescriptor fails
49 on plugin construction
50 * Add plugin skeleton files as starting point for new developers
51
52 Version 2.0, 2008-12-08 (major release):
53
54 * Feature structure now has an optional duration (plugin API change)
55 * Libraries reorganised into separate include and src directories for
56 plugin and host SDKs; hosts should no longer include from vamp-sdk/
57 but always from vamp-hostsdk/ instead (host source compatibility change)
58 * OutputDescriptor now declares whether its features will have duration
59 * Vamp RDF ontology now included for providing online (out-of-plugin)
60 descriptions of plugins; program to generate skeleton RDF for a plugin
61 set is included, and RDF for example plugins provided
62 * New PluginSummarisingAdapter providing averages, min/max, count etc
63 of returned features on request
64 * New example plugins: Fixed Tempo Estimator and Power Spectrum
65 * Command-line host now has a complete listing option, to print out
66 all data reported by plugins
67 * More complete Visual Studio project support
68
69 Version 1.3, 2008-07-09 (maintenance release):
70
71 * PluginBufferingAdapter has several important fixes to bugs that
72 could cause incorrect timings or output descriptors to be returned
73 * Conversion between real-time and frames has been improved to avoid
74 rounding error in round-trip calculations
75 * Plugin lookup no longer relies on non-portable DT_REG
76 * The SDK now compiles with gcc 4.3
77
78 Version 1.2, 2008-02-28 (feature release):
79
80 * New PluginBufferingAdapter, which hosts may use to avoid having to
81 negotiate the plugin's preferred input step and block sizes
82
83 Version 1.1, 2007-08-24 (feature release):
84
85 * New Vamp::HostExt namespace
86 * PluginLoader class, which handles enumeration, loading and category
87 management for plugins on the local system
88 * PluginInputDomainAdapter, which provides the capability for a host
89 to support frequency-domain plugins without needing to worry about
90 domain conversion
91 * PluginChannelAdapter, which transparently deals with plugins that
92 expect different numbers of audio channels from the number available
93 * Minor beauty-and-truth updates and documentation fixes
94
95 Version 1.0, 2007-03-21:
96
97 * First official release
98