Chris@23: Version 2.5, 2013-05-08 (maintenance release): Chris@23: Chris@23: * Fix incorrect handling of FixedSampleRate outputs in the Chris@23: PluginBufferingAdapter. Un-timestamped features on these outputs Chris@23: were incorrectly being timestamped from the process timestamp, Chris@23: where they should have been timed relative to the previous Chris@23: feature on the output according to the output's sample rate. Chris@23: * Fix return of uninitialised memory through getCurrentProgram Chris@23: when plugin specifies no programs Chris@23: * Ensure output sample rate is initialised (to 0) for variable-rate Chris@23: outputs where the plugin forgets to set a rate Chris@23: Chris@23: Version 2.4, 2012-07-12 (maintenance and minor feature release): Chris@23: Chris@23: * Provide a simple FFT implementation as a convenience for plugins Chris@23: * Add symbols to make the library versions discoverable by autoconf Chris@23: using C linkage Chris@23: * Fix failure to open plugins from Unicode builds on Windows (thanks Chris@23: RJ Ryan) Chris@23: * Fix thread-safety issue in PluginInputDomainAdapter Chris@23: * Add build for OS/X 10.7+/Xcode 4; remove build for OpenSolaris Chris@23: Chris@23: Version 2.3, 2011-09-28 (minor feature release): Chris@23: Chris@23: * Add window type property to PluginInputDomainAdapter Chris@23: * Permit vamp-simple-host to use streaming input with indeterminate Chris@23: length (thanks Dan Stowell) Chris@23: * Print label as well as values from vamp-simple-host (thanks Dan) Chris@23: Chris@23: Version 2.2.1, 2011-04-05 (maintenance release): Chris@23: Chris@23: * Minor build fixes for OS/X Chris@23: Chris@23: Version 2.2, 2010-08-26 (maintenance release): Chris@23: Chris@23: * Fixes to OS/X build procedures so as to build three-way Chris@23: universal binaries (PPC, i386, x86_64) by default. Forced upon Chris@23: us by OS/X 10.6 defaulting to 64-bit rather than 32-bit Chris@23: Chris@23: Version 2.1, 2009-09-22 (maintenance and minor feature release): Chris@23: Chris@23: * Add ProcessTimestampMethod to PluginInputDomainAdapter, offering Chris@23: the ability to decide how data buffering and timestamping works for Chris@23: frequency-domain plugins (whose process timestamps have to be at Chris@23: the centre of each processing block rather than the start) Chris@23: * Make PluginBufferingAdapter take into account any timestamp shift Chris@23: introduced by a PluginInputDomainAdapter that it wraps Chris@23: * Fix crash in PluginAdapter when plugin library getDescriptor fails Chris@23: on plugin construction Chris@23: * Add plugin skeleton files as starting point for new developers Chris@23: Chris@23: Version 2.0, 2008-12-08 (major release): Chris@23: Chris@23: * Feature structure now has an optional duration (plugin API change) Chris@23: * Libraries reorganised into separate include and src directories for Chris@23: plugin and host SDKs; hosts should no longer include from vamp-sdk/ Chris@23: but always from vamp-hostsdk/ instead (host source compatibility change) Chris@23: * OutputDescriptor now declares whether its features will have duration Chris@23: * Vamp RDF ontology now included for providing online (out-of-plugin) Chris@23: descriptions of plugins; program to generate skeleton RDF for a plugin Chris@23: set is included, and RDF for example plugins provided Chris@23: * New PluginSummarisingAdapter providing averages, min/max, count etc Chris@23: of returned features on request Chris@23: * New example plugins: Fixed Tempo Estimator and Power Spectrum Chris@23: * Command-line host now has a complete listing option, to print out Chris@23: all data reported by plugins Chris@23: * More complete Visual Studio project support Chris@23: Chris@23: Version 1.3, 2008-07-09 (maintenance release): Chris@23: Chris@23: * PluginBufferingAdapter has several important fixes to bugs that Chris@23: could cause incorrect timings or output descriptors to be returned Chris@23: * Conversion between real-time and frames has been improved to avoid Chris@23: rounding error in round-trip calculations Chris@23: * Plugin lookup no longer relies on non-portable DT_REG Chris@23: * The SDK now compiles with gcc 4.3 Chris@23: Chris@23: Version 1.2, 2008-02-28 (feature release): Chris@23: Chris@23: * New PluginBufferingAdapter, which hosts may use to avoid having to Chris@23: negotiate the plugin's preferred input step and block sizes Chris@23: Chris@23: Version 1.1, 2007-08-24 (feature release): Chris@23: Chris@23: * New Vamp::HostExt namespace Chris@23: * PluginLoader class, which handles enumeration, loading and category Chris@23: management for plugins on the local system Chris@23: * PluginInputDomainAdapter, which provides the capability for a host Chris@23: to support frequency-domain plugins without needing to worry about Chris@23: domain conversion Chris@23: * PluginChannelAdapter, which transparently deals with plugins that Chris@23: expect different numbers of audio channels from the number available Chris@23: * Minor beauty-and-truth updates and documentation fixes Chris@23: Chris@23: Version 1.0, 2007-03-21: Chris@23: Chris@23: * First official release Chris@23: