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