| Chris@317 | 1 | 
| Chris@317 | 2 Version 2.3 (minor feature release): | 
| Chris@317 | 3 | 
| Chris@317 | 4   * Add window type property to PluginInputDomainAdapter | 
| Chris@315 | 5 | 
| Chris@315 | 6 Version 2.2.1, 2011-04-05 (maintenance release): | 
| Chris@315 | 7 | 
| Chris@315 | 8   * Minor build fixes for OS/X | 
| cannam@310 | 9 | 
| cannam@310 | 10 Version 2.2, 2010-08-26 (maintenance release): | 
| cannam@310 | 11 | 
| cannam@310 | 12   * Fixes to OS/X build procedures so as to build three-way | 
| cannam@310 | 13     universal binaries (PPC, i386, x86_64) by default.  Forced upon | 
| cannam@310 | 14     us by OS/X 10.6 defaulting to 64-bit rather than 32-bit | 
| cannam@249 | 15 | 
| cannam@290 | 16 Version 2.1, 2009-09-22 (maintenance and minor feature release): | 
| cannam@290 | 17 | 
| cannam@290 | 18   * Add ProcessTimestampMethod to PluginInputDomainAdapter, offering | 
| cannam@290 | 19     the ability to decide how data buffering and timestamping works for | 
| cannam@290 | 20     frequency-domain plugins (whose process timestamps have to be at | 
| cannam@290 | 21     the centre of each processing block rather than the start) | 
| cannam@290 | 22   * Make PluginBufferingAdapter take into account any timestamp shift | 
| cannam@290 | 23     introduced by a PluginInputDomainAdapter that it wraps | 
| cannam@290 | 24   * Fix crash in PluginAdapter when plugin library getDescriptor fails | 
| cannam@290 | 25     on plugin construction | 
| cannam@290 | 26   * Add plugin skeleton files as starting point for new developers | 
| cannam@290 | 27 | 
| cannam@290 | 28 Version 2.0, 2008-12-08 (major release): | 
| cannam@249 | 29 | 
| cannam@249 | 30   * Feature structure now has an optional duration (plugin API change) | 
| cannam@249 | 31   * Libraries reorganised into separate include and src directories for | 
| cannam@249 | 32     plugin and host SDKs; hosts should no longer include from vamp-sdk/ | 
| cannam@249 | 33     but always from vamp-hostsdk/ instead (host source compatibility change) | 
| cannam@249 | 34   * OutputDescriptor now declares whether its features will have duration | 
| cannam@249 | 35   * Vamp RDF ontology now included for providing online (out-of-plugin) | 
| cannam@249 | 36     descriptions of plugins; program to generate skeleton RDF for a plugin | 
| cannam@249 | 37     set is included, and RDF for example plugins provided | 
| cannam@249 | 38   * New PluginSummarisingAdapter providing averages, min/max, count etc | 
| cannam@249 | 39     of returned features on request | 
| cannam@249 | 40   * New example plugins: Fixed Tempo Estimator and Power Spectrum | 
| cannam@249 | 41   * Command-line host now has a complete listing option, to print out | 
| cannam@249 | 42     all data reported by plugins | 
| cannam@249 | 43   * More complete Visual Studio project support | 
| cannam@164 | 44 | 
| cannam@164 | 45 Version 1.3, 2008-07-09 (maintenance release): | 
| cannam@164 | 46 | 
| cannam@164 | 47   * PluginBufferingAdapter has several important fixes to bugs that | 
| cannam@164 | 48     could cause incorrect timings or output descriptors to be returned | 
| cannam@164 | 49   * Conversion between real-time and frames has been improved to avoid | 
| cannam@164 | 50     rounding error in round-trip calculations | 
| cannam@164 | 51   * Plugin lookup no longer relies on non-portable DT_REG | 
| cannam@164 | 52   * The SDK now compiles with gcc 4.3 | 
| cannam@164 | 53 | 
| cannam@164 | 54 Version 1.2, 2008-02-28 (feature release): | 
| cannam@164 | 55 | 
| cannam@164 | 56   * New PluginBufferingAdapter, which hosts may use to avoid having to | 
| cannam@164 | 57     negotiate the plugin's preferred input step and block sizes | 
| cannam@164 | 58 | 
| cannam@164 | 59 Version 1.1, 2007-08-24 (feature release): | 
| cannam@164 | 60 | 
| cannam@164 | 61   * New Vamp::HostExt namespace | 
| cannam@164 | 62   * PluginLoader class, which handles enumeration, loading and category | 
| cannam@164 | 63     management for plugins on the local system | 
| cannam@164 | 64   * PluginInputDomainAdapter, which provides the capability for a host | 
| cannam@164 | 65     to support frequency-domain plugins without needing to worry about | 
| cannam@164 | 66     domain conversion | 
| cannam@164 | 67   * PluginChannelAdapter, which transparently deals with plugins that | 
| cannam@164 | 68     expect different numbers of audio channels from the number available | 
| cannam@164 | 69   * Minor beauty-and-truth updates and documentation fixes | 
| cannam@164 | 70 | 
| cannam@164 | 71 Version 1.0, 2007-03-21: | 
| cannam@164 | 72 | 
| cannam@164 | 73   * First official release | 
| cannam@164 | 74 |