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