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